Questions tagged [issue-tracking]

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

502 questions
9
votes
1 answer

Custom issue types in BitBucket issue tracker

I recently starting using the issue tracker for my BitBucket repositories. I've been able to move all of my open issues (just bugs and enhancements) over, but I noticed there's not an issue type like "question." Is this something that I can add?
gregsdennis
  • 7,218
  • 3
  • 38
  • 71
9
votes
1 answer

Reference to old commit in Github's issue tracker persits after rewriting history

We are using Github, and its associated issue tracking system (ITS). We reference the issue id in the ITS in the commit message, linking the ITS and the commits. Since I had confused many issue ids in the commit messages of commits that were already…
SuperUser
  • 157
  • 1
  • 7
9
votes
2 answers

Is there a redmine plugin to create multiple issues at once?

Redmine has a nice batch edit feature, but nothing equivalent for "batch create" (please correct me if I'm wrong!) FogBugz lets you quickly create multiple tickets with the same properties (type, status, assignment, etc.) via a ajax-ified text box…
Jerph
  • 4,572
  • 3
  • 42
  • 41
9
votes
13 answers

How to support your software and customers in a one man shop?

Background I'm a one man shop (a micro-ISV). A week after putting my product online I get a mail from one of my customers about a bug. It was an obvious fix and I fixed it in 5 minutes but I realize that the reason why the bug was reported so late…
kyrisu
  • 4,541
  • 10
  • 43
  • 66
8
votes
8 answers

Does it ever make sense to have multiple assignees for an issue in an issue tracker?

I've been a JIRA and Bugzilla admin in past jobs, and have quite often had users ask for the ability to have more than one assignee per issue. I know this is possible in JIRA, but to my mind it never makes sense; an issue should represent a piece of…
gareth_bowles
  • 20,760
  • 5
  • 52
  • 82
8
votes
2 answers

The current Gradle version 6.7 is not compatible

I have this issue: The current Gradle version 6.7 is not compatible with the Kotlin Gradle plugin. Please use Gradle 6.7.1 or newer, or the previous version of the Kotlin plugin. enter image description here
8
votes
1 answer

Why are Python issues preceded by `bpo-`?

I've raised two python issues, but can't work out why the issue numbers are referred to as bpo-xxxxxx where xxxxxx is the issue number. What is the etymology for this, or what is bpo an acronym for? Why is it generally written in lowercase?
Tom Hale
  • 40,825
  • 36
  • 187
  • 242
8
votes
1 answer

How can I track issue from multiple different issue-trackers in a single place?

Like a lot of open-source developers I find myself interacting with maybe dozens of different projects' issue trackers - some for work, some as a hobbyist; some frequently, some more rarely; sometimes to report bugs, sometimes to contribute patches,…
slinkp
  • 3,406
  • 2
  • 21
  • 18
8
votes
3 answers

Gitlab issue tracking integration with Bugzilla

Been reading and googling around for a while and I've found enough information and run enough tests to verify that Gitlab is able to integrate with Redmine and JIRA for issue tracking, but what about bugzilla? The Gitlab external issue tracking…
tryexceptpass
  • 529
  • 5
  • 14
7
votes
1 answer

Which open source, extensible, potentially easy to use issue-tracker? redmine, trac, bugzilla, mantis, RT?

Looking for an issue tracker for a medium-sized web application open project with a distributed team. We are planning to run this on our own server. It must be very easy for new users to submit new issues, and it must integrate well with other…
bshanks
  • 1,238
  • 2
  • 12
  • 24
7
votes
2 answers

No issue tracker button in bitbucket?

I'm trying to set up issue tracking on a bitbucket private repository, but there isn't a button to manage/add issues. In this tutorial from atlassian, it clearly shows the issues and wiki buttons, however this must have been before they created…
Jacob
  • 363
  • 4
  • 12
7
votes
5 answers

Is there a Git counterpart to svn:bugtraq properties?

I'm looking for a specification or guidelines on how a Git client should integrate with bug tracking systems. For SVN, there are bugtraq:-properties. Is there something similar for Git?
mstrap
  • 16,808
  • 10
  • 56
  • 86
6
votes
9 answers

Is there a way to run Trac offline?

I'd like to download the Trac database so I can view its tickets offline. Is there anyway to achieve this? I.e. if I need to leave the office and bring my laptop with me, how can I bring the tickets with me without having to connect to the company…
Spoike
  • 119,724
  • 44
  • 140
  • 158
6
votes
3 answers

Aggregator tool for multiple heterogeneous bug/issue trackers?

I do software development with a team as a part of my graduate research. We are involved in a number of projects hosted in various places: some on public GitHub projects, some on a private Redmine instance, etc. Some logical projects are split into…
Ryan Pavlik
  • 1,723
  • 1
  • 11
  • 20
6
votes
1 answer

TFS process guidance template lock-in?

My team is looking to migrate many of our tools (SCM, bug-tracking, builds, testing) to TFS. We're considering moving each system in stages. For example, move source control first, bug/feature tracking next, etc... Since we have to choose a process…
Aardvark
  • 8,474
  • 7
  • 46
  • 64