Top "Issue-tracking" questions

Issue tracking refers to managing of tasks and problems in (software) project.

How can I reference a commit in an issue comment on GitHub?

I find a lot of answers on how to reference a GitHub issue in a git commit (using the #xxx …

github commit issue-tracking
How do you attach a new pull request to an existing issue on github?

I'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-request
How to completely remove an issue from GitHub?

Is it possible to completely remove an issue from the GitHub issue tracker?

github privacy issue-tracking
JIRA: Searching for all issues with a given link type

Is there a way to query for all issues with a particular link type? For example, let there be a …

search jira issue-tracking jql
JIRA: to close or to resolve?

You can reopen both a resolved and a closed issue in JIRA. What's the practical difference? (besides requiring different permissions …

jira issue-tracking
Jira issue number in git commit message

At our company we are moving from svn to git. For issue tracking we use JIRA from Atlassian. Now we …

git hook push jira issue-tracking
Closing multiple issues in Github with a commit message

I know you can close issues by putting closes #1 or fixes #1 in the commit message. What is the best way …

github issue-tracking
Reference an issue from a commit message in gitlab

Is it possible to make a reference to an issue in Gitlab from a commit message? I haven't found anything …

gitlab commit issue-tracking
How to create custom labels for issues on GitHub?

I've noticed that some organizations on GitHub have different labels that they can apply to issues. For example, one organization …

github issue-tracking
Creating a branch from issue in GitLab

I'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