Issue tracking refers to managing of tasks and problems in (software) project.
I find a lot of answers on how to reference a GitHub issue in a git commit (using the #xxx …
github commit issue-trackingI'm not sure, but I have a vague memory of creating a github pull request with "Issue 4" or something in …
git github issue-tracking pull pull-requestIs it possible to completely remove an issue from the GitHub issue tracker?
github privacy issue-trackingIs there a way to query for all issues with a particular link type? For example, let there be a …
search jira issue-tracking jqlYou can reopen both a resolved and a closed issue in JIRA. What's the practical difference? (besides requiring different permissions …
jira issue-trackingAt our company we are moving from svn to git. For issue tracking we use JIRA from Atlassian. Now we …
git hook push jira issue-trackingI know you can close issues by putting closes #1 or fixes #1 in the commit message. What is the best way …
github issue-trackingIs it possible to make a reference to an issue in Gitlab from a commit message? I haven't found anything …
gitlab commit issue-trackingI've noticed that some organizations on GitHub have different labels that they can apply to issues. For example, one organization …
github issue-trackingI've just started using GitLab, and have created a set of issues, in order to keep an overview of what …
gitlab branching-and-merging issue-tracking