Questions tagged [issue-tracking]

Issue tracking the process of managing and maintains listing of issues, as needed by an organization.

156 questions
139
votes
3 answers

Forking a repo on GitHub but allowing new issues on the fork

I have previously forked other people's repos on GitHub, and I have noticed that issues stay with the original repo, and that I can't file issues on the forked repo. I now have the following task. I am working for a small business where development…
Tom Swirly
  • 1,516
  • 2
  • 9
  • 7
117
votes
17 answers

Should I tell someone that their commit caused a regression?

When you track down and fix a regression—i.e. a bug that caused previously working code to stop working—version control makes it entirely possible to look up who committed the change that broke it. Is it worth doing this? Is it constructive to point…
Scott
  • 2,091
  • 2
  • 18
  • 21
79
votes
15 answers

Should developers enter bugs into the bug tracking system?

While developing (either features or bug fixes) I sometimes happen to discover bugs that are not directly related to what I'm working on. What should I do in that situation. Just fix it? Try to remember to fix it later? Write it down somewhere? …
JoelFan
  • 7,025
  • 4
  • 38
  • 53
70
votes
5 answers

Why do some big projects, like Git and Debian, only use a mailing list and not an issue tracker?

Bug tracker for any decent sized project seem like a bit of a no-brainer to me - it makes it really easy to organise hundreds or thousands issues, without issues colliding or getting mixed up. So when I see some really big projects, like Git, using…
naught101
  • 1,210
  • 11
  • 15
69
votes
8 answers

Should I record a bug that I discovered and patched?

I suppose that this is a common situation: I test some code, discover a bug, fix it and commit the bug-fix to the repository. Assuming that many people work on this project, should I first create a bug report, assign it to myself, and refer to it in…
David D
  • 759
  • 5
  • 6
59
votes
25 answers

How big of a team do you need to benefit from bug tracking software?

My development team just grew by 100% (from 1 developer to 2). My new cohort want to invest in bug tracking software. Is there benefits to such software for such a small team?
user18735
58
votes
6 answers

Bug reopen vs. new

A bug was opened, fixed, verified and closed. A month later, it showed up again in a subsequent version after several iterations without any regression. Provided the bug characteristics are the same, would you reopen the existing bug ID or open a…
KMoraz
  • 633
  • 6
  • 10
54
votes
14 answers

Why are reproduction steps helpful for fixing software bugs?

Our company have a support team and a dev team. We require reproduction steps on every bug report, however sometimes the support team submit reports without and become frustrated when dev close them as "cannot reproduce / cannot fix". Support then…
Chris
  • 525
  • 4
  • 7
51
votes
17 answers

Simple issue tracker for 1-2 developers

I'm currently working mostly alone on a project (in Java). I'm mostly alone as I have an advisor that gives me high level instructions on what to do, and will seldom make any code contribution. She will code in a couple of acceptance tests from time…
devoured elysium
  • 592
  • 1
  • 5
  • 17
50
votes
16 answers

Too much version control and bug tracking overhead per change?

I work at a place that is CVS-crazy and Bugzilla-nuts. There are so many branches off each release that one cannot count them. Everyone is constantly auto-merging. There is no fluidity at this job. Everything feels lock-step. It takes 25 steps…
Ponk
  • 471
  • 4
  • 8
49
votes
6 answers

How to manage github issues for (priority, etc)?

I'm new to github, and am looking for advice on how to manage issues. I'm used to having priority and other ordering options but see that none exist. How do others manages issues during the lifecycle of a bug/feature? Thanks in advance.
djf
  • 615
  • 1
  • 6
  • 3
48
votes
4 answers

What to do with abandoned issues in GitHub?

If someone opens an issue on GitHub but more information to reproduce the error is asked and never given, what's the normal procedure? Example. Here the author states that the "nav breaks". While I believe it is fixed, I would like word from the…
48
votes
1 answer

What is an untriaged bug?

I am an undergrad studying Computer Science. When I tried reporting bugs to several projects, I came across the classification untriaged a lot. A web search didn't really explain what this means. Could you tell me what an untriaged bug is?
user
  • 2,170
  • 8
  • 25
  • 36
45
votes
20 answers

How do you track bugs in your personal projects?

I'm trying to decide if I need to reassess my defect-tracking process for my home-grown projects. For the last several years, I really just track defects using TODO tags in the code, and keeping track of them in a specific view (I use Eclipse,…
bedwyr
  • 2,202
  • 1
  • 18
  • 21
40
votes
4 answers

Add a unit test for each new bug

In my job all developers that resolve a bug have to add a new unit test that warns about this type of bugs (in the case it occours again). If a unit test is not possible (for example, a webpage design issue), then QA department has to create a test…
Ivan
  • 515
  • 4
  • 6
1
2 3
10 11