Questions tagged [issue-tracking]

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

502 questions
24
votes
5 answers

How to export Trac to Github Issues

We use Trac for an open-source project I'm working on. I'd like to export all of our open tickets to Github's Issues. I've found a couple small scripts that might do it, but I was wondering if anyone has done this and has suggestions. Ideally, it…
jterrace
  • 64,866
  • 22
  • 157
  • 202
22
votes
1 answer

remove deleted commit that references an issue

I amended a commit a few times and did push --force each time (stupid mistake; I didn't realize until getting ready to send a PR that my editor had generated tons of noise by fixing tabs and trailing whitespace). The commits that I thought were no…
Nate Glenn
  • 6,455
  • 8
  • 52
  • 95
20
votes
5 answers

How to backup issues list from Bitbucket?

With issues gathering on bitbucket, I'd like to have a way to gather and back them up in the event that I need an offline copy, or no longer use Bitbucket, or something else. The site doesn't offer this service. Is there an alternative mechanism I…
Muchin
  • 4,887
  • 4
  • 23
  • 25
20
votes
2 answers

Is there any Node.js issue trackers out there?

All I can find now is omega, which uses WebSockets and updates in real-time. Which is good, but still in development stage. I would like to know if there is any handy, ready for production use issue trackers that has hooks, or somehow integrates…
Vicary
  • 1,026
  • 1
  • 15
  • 35
20
votes
2 answers

How to simulate voting in GitHub's Issues 2.0 Tracker

I'm considering moving my open-source project Flyway from Google Code to GitHub. One of the features I really like in Google Code's Issue Tracker is the ability to vote and sort issues by the number of votes. This has allowed me to get a good feel…
Axel Fontaine
  • 34,542
  • 16
  • 106
  • 137
19
votes
1 answer

Closing a GitHub Issue while on a different branch

I am not working on the Master branch. I am working on a different one newFeature , which is also published on github. I know how to to close issues when working on the Master branch: Closes #XXX. However this only works when I am working on the…
bottleboot
  • 1,659
  • 2
  • 25
  • 41
19
votes
1 answer

IntelliJ IDEA task integration with github

Has anyone successful made this work? I've followed the directions carefully, but I can't get my IDEA tasks to sync up with my issues list on github. In the project setup I have the cache enabled to sync issues every five minutes, and in the server…
jasonhudgins
  • 2,815
  • 1
  • 25
  • 20
18
votes
2 answers

How can I integrate bitbucket.org's Issues with issue tracking in TortoiseHg?

I can not find any documentation for this - is it possible?
18
votes
2 answers

Distributed issue tracker for git with usable Eclipse Mylyn support?

I'm using git for version control but I'm currently lacking a good issue/bug/ticket tracker with Eclipse Mylyn integration. The features I'm looking for: Open source implementation (so that I can add the features I need in the future. GPL, LGPL,…
Mikko Rantalainen
  • 14,132
  • 10
  • 74
  • 112
17
votes
2 answers

Search in Issues feature gone from GitHub?

Not sure when it happened, before the change or after, but I'm not able to find a search box for searching in issues anymore. Has it been relocated, or it's gone?
jayarjo
  • 16,124
  • 24
  • 94
  • 138
16
votes
2 answers

How to export issues on Gitlab?

Is there an option to export all issues / TODOS to csv or pdf file in GitLab?
Or Perets
  • 389
  • 1
  • 9
  • 21
16
votes
5 answers

Jira: "Relative of" vs "Related to"

In Jira, linking items together is easy and useful. For example, you can clone an issue easily: Create issue 100, clone it to 101. 100 then shows "this issue has a clone: 101" and 101 then shows "this issue is a clone: 100" Similarly, you can mark…
joeslice
  • 3,454
  • 1
  • 19
  • 24
16
votes
1 answer

What is the state of distributed bug tracking?

Some years ago, there was some activity here on SO regarding distributed bug tracking systems: Distributed ProjectManagement/Bug Tracking Distributed Revision Control, Wiki, and Bug-Tracking all in one Some systems are existing which seem more or…
eckes
  • 64,417
  • 29
  • 168
  • 201
15
votes
1 answer

GitHub: move issue comments to different issues

A user posted a comment to an existing issue on one of my GitHub repos and his comment should really have been added as a new issue. There is now a whole mini-thread that is misplaced. Is there any way to move these comments to a different issue?…
sfjac
  • 7,119
  • 5
  • 45
  • 69
14
votes
2 answers

Manage issues from Bitbucket/Github with desktop application

I really love using Bitbucket or Github however I am often offline and unable to access the their issue pages for my projects. Recently Github release a Mac desktop application which allows to manage the repo, however I can't find any desktop…
miki725
  • 27,207
  • 17
  • 105
  • 121
1
2
3
33 34