Issue tracking refers to managing of tasks and problems in (software) project.
Questions tagged [issue-tracking]
502 questions
13
votes
4 answers
Migrate Bugzilla Issues to github Issue Tracker
I would like to migrate all my Bugzilla issues to an Issue Tracker at github.com (Example) (you get an issue tracker per repository).
1) Are there tools out there?
2) How did you do it?
Thanks for any advices, I will write a summary at the end how I…

basZero
- 4,129
- 9
- 51
- 89
13
votes
3 answers
Why does intellij idea not kill the debug process immediately?
I'm using idea 2016.1.1 and wonder why idea does not kill the debug process immediately when I click the stop button.
E.g. use this piece of code to reproduce it
public class Main {
public static void main(String[] args) {
int i = 0;
…

René Link
- 48,224
- 13
- 108
- 140
13
votes
1 answer
Is there a standard file format for exporting issues from an issue tracker?
Background:
I've written a backup tool for the Mercurial/Git hoster Bitbucket, which asks for a username, gets a list of the user's repositories via the Bitbucket API, and clones each of them to the local machine.
Each Bitbucket repository has an…

Christian Specht
- 35,843
- 15
- 128
- 182
12
votes
1 answer
In GitHub issue tracker, can non-admin users assign users and labels?
I think the answer is no, but maybe I'm missing something: in most repos, you only have one or two admins, and a bunch of "collaborators". But it looks like the collaborators can't assign issues (eg, to themselves), nor can they label issues (even…

Steve Bennett
- 114,604
- 39
- 168
- 219
12
votes
3 answers
Good open-source bug tracking / issue tracking sofware for Windows
Besides the painful-to-install non-Windows Bugzilla, what open-source issue tracking programs can be recommended that are just as good but available as a regular windows-style install? (.exe or .msi)

PositiveGuy
- 46,620
- 110
- 305
- 471
12
votes
3 answers
Issue tracking: what types of issue for what (ie, Task, New feature)?
What is the best practice to use the type of an issue (ie, New Feature, Bug, Task) when a new project is started from scratch?
Examples:
A new point of development: Task or New Feature?
An improvement: Task of Enhancement?
Subsidary question: what…

Alain
- 121
- 1
- 1
- 3
12
votes
2 answers
Github: How to search in all Release notes of a repository?
I want to search all release notes (including all past release notes) of Pandoc Repository, Github, for search term: #4817. How can I do it?

Porcupine
- 5,885
- 2
- 19
- 28
12
votes
3 answers
How to show issues in my repositories on GitHub
Up until a month ago, GitHub had an Issues view that allowed one to view open issues and pull requests in their own repositories. This was useful for seeing what was needed to be addressed across a lot of OSS projects.
They recently released an…

Andrew Mao
- 35,740
- 23
- 143
- 224
11
votes
1 answer
Sonar issue: Make sure that this logger's configuration is safe
I am getting the following issue for my code on Sonar:
Make sure that this logger's configuration is safe.
The code that I have written is:
public static final Logger logger = Logger.getLogger("logger");
if (logLevel.equalsIgnoreCase("info"))
…

Nidhi
- 111
- 1
- 1
- 6
11
votes
5 answers
What headaches should I expect from using Trac?
No tool is perfect, and I'm about to start several long-term projects using Trac, and wanted a heads up of the kinds of problems I may or may not experience with it. In other words, Trac meets my needs in the short term, and I've already made the…

Dolph
- 49,714
- 13
- 63
- 88
10
votes
4 answers
How to add custom attributes in GitHub issues?
We are trying to use GitHub for issue tracking in one of our projects and while its very simply to use, we aren't sure its powerful enough at the same time to fulfil our needs to organize our issue management since we can't find a way to customize…

auzkhan
- 111
- 1
- 4
10
votes
2 answers
Auto hyperlink Jira Issues in Git commits in SourceTree
Jira will automatically scan a git repo and pull in commits that are tagged with a Jira ID (ie QA-244).
Is there a way to display the links to Jira issues from with SourceTree:

Philip Pittle
- 11,821
- 8
- 59
- 123
10
votes
2 answers
Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?
I would like to be able to create FogBugz cases directly straight from the editor in NetBeans. Specifically, I would like to be able to look at a JUnit run in the IDE, examine the failures and create cases directly using the information that is…

Bob Cross
- 22,116
- 12
- 58
- 95
9
votes
2 answers
gitlab issue types and how to create new ones
Ok, i'm using Giltab and noticed this
then found and read this docs about issue types.
What it looks like is that i can use real issue types instead labels to identify an issue as a (e.g.) bug, a proposal, a enhancement, a new feature request,…

fudo
- 2,254
- 4
- 22
- 44
9
votes
1 answer
Merging issues in Redmine
An interesting feature in Redmine was the possibility to merge two or more issues into one new issue.
This feature was asked to development team but still isn't available.
Someone can help me with a workaround to implement this functionality?

Jorge
- 91
- 1
- 2