This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Trac ticket dependencies

0

How do I make one ticket (bug) depend on other and vice versa at trac.openstreetmap.org?

asked 24 Dec '11, 22:23

Kozuch's gravatar image

Kozuch
1.7k587285
accept rate: 8%


One Answer:

3

You don't. Trac does not have the concept of ticket dependencies, like e.g. Bugzilla does. It's been discussed for a long time, but it's still not implemented. See http://trac.edgewall.org/ticket/31 .

That said, you can link to other tickets in the description or comments. Just put a '#' in front of the ticket number, and trac will auto-link it. E.g. "See ticket #33.".

answered 27 Dec '11, 15:50

sleske's gravatar image

sleske
4.1k135678
accept rate: 24%

While I accept your answer it seems like TRAC was a really bad choice for the project of this scale... dependencies are a must for larger projects.

(30 Dec '11, 09:56) Kozuch

Source code available on GitHub .