Edgewall Software

Ticket #31 (new enhancement)

Opened 5 years ago

Last modified 5 days ago

Bug dependencies/relations feature

Reported by: daniel Owned by:
Priority: normal Milestone: 1.0
Component: ticket system Version: devel
Severity: normal Keywords: xref
Cc: wkornewald, robert.pollak@…, chris@…, somekool@…, dimitrisp-lists@…, vyt@…, wjl@…, radek@…, dragisha@…, mrovner@…, trac@…, trac@…, shishz@…, jorvis@…, mjhweb-trac-tickets@…, trac-spam@…, peter.merel@…, kveretennicov@…, nick+trac@…, ccidral.newsbox@…, zoogie@…, dlawson@…, mark81@…, gustavo.noronha@…, carwyn@…, jay@…, mark@…, hwinkel@…, bfults@…, trac@…, e@…, me3xxx@…, mikd454@…, with@…, lukas@…, dicianno@…, zeph.gillen@…, dilshod@…, n00spam-developer@…, thomas@…, pphaneuf@…, henry78@…, louie@…, mikepan@…, alon.barlev@…, przemjaskier@…, nruffel@…, cjunge@…, jaylward@…, braden@…, hoessler@…, trac@…, sheuchler@…

Description

A simple list of related bugs without logical/implicit constraints might be useful. It'd be nice to be able to relate bugs and issues in a useful manner.

It would also thus allow for reports showing "a bug and all related bugs" in some fashion, which could be neat.

This would also require checking for circular dependencies/relations.

Attachments

trac-0.8.1-ticket-relations.patch Download (18.3 KB) - added by havarden@… 4 years ago.
Another implementation for ticket relations. Quick and dirty, but can be extended to support backlinks. Added to show the design ideas rather than the implementation.
trac_r7937_ticket_relations.patch Download (26.7 KB) - added by Joachim Hoessler <hoessler@…> 4 months ago.
Another implementation for links between tickets

Change History

  Changed 5 years ago by daniel

  • version set to 2.0

  Changed 5 years ago by daniel

  • version changed from 2.0 to devel
  • milestone set to 2.0

  Changed 5 years ago by daniel

I'm ambivalent regarding this one... Plain comments with TracLinks are quite useful on their own... Maybe we should avoid this feature to avoid complexities.

People who need more strict relationships between issues are probably better off using some dedicated issue tracker, like roundup or bugzilla or something... Just my two.

After all, informal is our game :)

/DanielLundin

  Changed 5 years ago by bill@…

I think a simple ticket_relations table with a schema like this would be simple and useful:

  • ticket1 (int)
  • relation (text)
  • ticket2 (int)

where relation could be (ideas):

  • 'blocks': implement bugzilla-style dependencies
  • 'is duplicate of': track duplicates
  • 'is related to': track related tickets
  • 'is subtask of': we often break down large tasks into smaller ones, this would be useful to associate the subtask with the main task

Then, on the ticket page, you could have a separate section that lists ticket relations, in both directions! (e.g. where ticketid == ticket1 or ticketid == ticket2)

  Changed 5 years ago by scapo

  • owner changed from jonas to anonymous
  • priority changed from lowest to highest
  • status changed from new to assigned
  • severity changed from enhancement to major

essai de gestion de projet

  Changed 5 years ago by anonymous

Here's a use case I consider reasonably important: show only tickets that are "actionable", that is, either do not depend on any ticket, or depend on closed tickets only.

  Changed 5 years ago by anonymous

  • status changed from assigned to closed
  • resolution set to fixed

  Changed 5 years ago by jonas

  • status changed from closed to reopened
  • resolution fixed deleted

Why was this ticket closed?

  Changed 5 years ago by cmlenz

  • owner changed from anonymous to jonas
  • status changed from reopened to new

#226 has been marked as duplicate of this ticket. See that ticket for a proposed patch and further comments, but add anything new here.

Also: resetting assignee to component owner.

  Changed 5 years ago by Tristan Seligmann <mithrandi@…>

  • severity changed from major to enhancement

  Changed 5 years ago by anonymous

  • priority changed from highest to normal

This certainly isn't highest priority.

  Changed 4 years ago by robert.pollak@…

  • cc robert.pollak@… added

  Changed 4 years ago by david@…

This is definitely something I would like to see. The "search for all actionable" idea is an excellent one, and the concept of subtasks is also very useful; Mozilla's use of "metabugs" for tracking large projects is something that seems like quite an effective organizational tool.

  Changed 4 years ago by chris@…

I would also like this. I would like 3 items based off this though:

1) child tickets. I can create a parent ticket, then create a child ticket which would allow me to link it. Say I need something done, but I need something else done in another ticket first, I can make a child.

2) Linking similar issues. I would like to be able to say x and y are similar, and when I close x, I'd like to close y with the same resolution code.

3) Hot issues. Pretty much like 2, but basically saying that there is a real issue. I can then notify all the ticket owners who related their ticket to the hot issue, but their ticket will not close.

These would make tickets with trac a lot easier to work with. Thanks a bunch for the great software so far. :D

Changed 4 years ago by havarden@…

Another implementation for ticket relations. Quick and dirty, but can be extended to support backlinks. Added to show the design ideas rather than the implementation.

  Changed 4 years ago by cboos

  • owner changed from jonas to cboos
  • status changed from new to assigned
  • milestone changed from 2.0 to 0.9

The original intent of this ticket was:

  • A simple list of related bugs without logical/implicit constraints ...
  • It would also thus allow for reports showing "a bug and all related bugs" in some fashion, which could be neat.
  • This would also require checking for circular dependencies/relations.

This is fully implemented in TracCrossReferences, so I'll be able to close the ticket when this is merged in the trunk (some cleanups are still needed before that happens).

However, there are other points raised in the comments for this ticket:

  • duplicate tickets: I plan to do it like this: when one selects the duplicate resolution, an input field for filling the duplicate-of relation will be enabled.
  • child tickets: see #886 for this topic
  • linking similar issues: Trac handle this by closing the duplicate ticket with the duplicate resolution (see above)
  • hot tickets? (point 3. in the comment above): sorry, I don't get it.

  Changed 4 years ago by robert.pollak@…

  • cc robert.pollak@… added; robert.pollak@… removed

  Changed 4 years ago by chris@…

  • cc chris@… added

On linking, sometimes they are similar but not the same. I have a few tickets where one thing is similar to another, and if one ticket was resolved it would really help the other ticket, but overall they are different issues. If I could relate the two it would just be a more beneficial situation.

On hot tickets, this is before I saw the ticket priorities. I guess I overlooked them or something, I withdraw this request.

  Changed 4 years ago by cboos

On linking as you expressed it: well, that would be just a normal cross-reference from one ticket to the other. You can infer the semantic by looking at the context (cross-references are listed along with a fragment of the context in which they were made).

I'll soon start the merging process, a.k.a have a chat with cmlenz :)

  Changed 4 years ago by Florent Guillaume <fg@…>

  • cc fg@… added

  Changed 4 years ago by Christian Parpart <trapni@…>

  • cc trapni@… added

what's the current state of development of this features? Is it already merged to trunk?

I'd really like to migrate from bugzilla/mediawiki completely to trac, but I can't unless it doesn't support ticket dependencies :)

besides, would it be possible to automatically get generated a tree-view describing current dependencies? (would be a neat feature though)

  Changed 4 years ago by cboos

I first want to have 2 other, less complex, branches merged in the /trunk:

  • the category-branch (a.k.a ticket types, #919)
  • the intertrac-branch (see InterTrac)

After that, it's the turn of the xref-branch (see TracCrossReferences), for which I plan to add, besides what's currently done:

  • adding a time information in the xref table, so that the xrefs can be listed from the most recently created xref to the oldest.
  • adding a depends_on field/facet to the ticket table, so that the textual context in which the reference to the dependent ticket was entered can be remembered

About tree-view describing current dependencies?: I could add that, see Xref.get_dag.

  Changed 4 years ago by cmlenz

#1540 has been marked as duplicate of this ticket.

  Changed 4 years ago by anonymous

  • cc mathieu@… added

  Changed 4 years ago by cmlenz

  • milestone changed from 0.9 to 1.0

Postponed.

  Changed 4 years ago by dimitrisp <dimitrisp.lists@…>

  • cc dimitrisp-lists@… added

  Changed 4 years ago by Gunnar Wagenknecht <gunnar@…>

  • cc gunnar@… added

  Changed 4 years ago by anonymous

  • cc vyt@… added

  Changed 4 years ago by anonymous

  • cc wjl@… added

  Changed 4 years ago by Gunnar Wagenknecht <gunnar@…>

  • cc changed from robert.pollak@gmail.com, chris@growl.info, fg@nuxeo.com, trapni@gentoo.org,mathieu@ubertor.com, dimitrisp-lists@gmail.com,gunnar@wagenknecht.org, vyt@vzljot.ru, wjl@icecavern.net to robert.pollak@gmail.com, chris@growl.info, fg@nuxeo.com, trapni@gentoo.org, mathieu@ubertor.com, dimitrisp-lists@gmail.com, gunnar@wagenknecht.org, vyt@vzljot.ru, wjl@icecavern.net

  Changed 4 years ago by anonymous

  • cc radek@… added

  Changed 4 years ago by dragisha@…

  • cc dragisha@… added

  Changed 4 years ago by anonymous

  • cc mrovner@… added

  Changed 4 years ago by chris@…

This ticket is a good example of what we need with ticket dependencies:

 http://trac.growl.info/trac/ticket/114

  Changed 4 years ago by brianlsmith@…

  • cc brianlsmith@… added

  Changed 4 years ago by anonymous

  • cc trac@… added

  Changed 4 years ago by Russell Hind <rhind@…>

  • cc rhind@… added

  Changed 4 years ago by cboos

  • keywords xref added

Proposed UI

+----------------------------------------+
|                        |               |
|depends on: #123 #213   |  blocks: #456 |
|                                        |
|     ...  ticket description      ...   |
|                                        |
+----------------------------------------+

Attachment:

Change History:
 ....

Change Properties

 ...
 Cc:
 Depends on: _#123 #213________________

Action
  ...

Implementation detail

Until I find a good data model for generalized facets and properties, I've thought there can be an acceptable interim measure: storing the dependency information in the xref.context field. This means that whenever we have xref.facet == xref.relation, the xref.context is actually the full information, instead of an excerpt of some other source.

  Changed 4 years ago by anonymous

  • cc trac@… added

  Changed 4 years ago by anonymous

  • cc somekool@… added; mathieu@… removed

  Changed 4 years ago by earle

  • cc trac@… added

  Changed 4 years ago by anonymous

  • cc fg@… removed

  Changed 4 years ago by anonymous

  • cc shishz@… added

  Changed 3 years ago by anonymous

  • cc jorvis@… added

  Changed 3 years ago by anonymous

  • cc mjhweb-trac-tickets@… added

  Changed 3 years ago by anonymous

  • cc trac-spam@… added

  Changed 3 years ago by anonymous

  • cc mrovner@… added; mrovner@… removed

  Changed 3 years ago by anonymous

  • cc peter.merel@… added

  Changed 3 years ago by Bruce Christensen <trac@…>

  • cc trac@… removed

  Changed 3 years ago by anonymous

  • cc kveretennicov@… added

  Changed 3 years ago by anonymous

  • cc nick+trac@… added

  Changed 3 years ago by anonymous

  • cc ccidral.newsbox@… added

  Changed 3 years ago by anonymous

  • cc zoogie@… added

  Changed 3 years ago by anonymous

  • cc dlawson@… added

  Changed 3 years ago by anonymous

  • cc mark81@… added

  Changed 3 years ago by anonymous

  • cc gustavo.noronha@… added

  Changed 3 years ago by anonymous

  • cc carwyn@… added

  Changed 3 years ago by anonymous

  • cc jay@… added

  Changed 3 years ago by anonymous

  • cc mark@… added

  Changed 3 years ago by anonymous

  • cc gunnar@… removed

  Changed 3 years ago by anonymous

  • cc hwinkel@… added; brianlsmith@…, robert.pollak@…, chris@…, trapni@…, somekool@…, dimitrisp-lists@…, vyt@…, wjl@…, radek@…, dragisha@…, mrovner@…, trac@…, rhind@…, trac@…, shishz@…, jorvis@…, mjhweb-trac-tickets@…, trac-spam@…, peter.merel@…, kveretennicov@…, nick+trac@…, ccidral.newsbox@…, zoogie@…, dlawson@…, mark81@…, gustavo.noronha@…, carwyn@…, jay@…, mark@… removed

  Changed 3 years ago by Russell Hind <rhind@…>

  • cc brianlsmith@…, robert.pollak@…, chris@…, trapni@…, somekool@…, dimitrisp-lists@…, vyt@…, wjl@…, radek@…, dragisha@…, mrovner@…, trac@…, rhind@…, trac@…, shishz@…, jorvis@…, mjhweb-trac-tickets@…, trac-spam@…, peter.merel@…, kveretennicov@…, nick+trac@…, ccidral.newsbox@…, zoogie@…, dlawson@…, mark81@…, gustavo.noronha@…, carwyn@…, jay@…, mark@… added

hwinkel you removed everyone elses 'cc', not just added yours! Was this intended? If not, please can you cut and paste the cc's above and add them back in again?

  Changed 3 years ago by Russell Hind <rhind@…>

Sorry, looks like I added them back in, didn't mean to do that.

Russell

  Changed 3 years ago by bfults@…

  • cc bfults@… added

+1 for this feature.

  Changed 3 years ago by trac@…

  • cc trac@… added

Akismet

  Changed 3 years ago by anonymous

  • cc e@… added

  Changed 3 years ago by anonymous

  • cc me3xxx@… added

follow-up: ↓ 68   Changed 3 years ago by wkornewald

What about this:

Instead of adding fields for dependencies you just link to the related tickets as you do now. The ticket details shows non-editable "Refers to:" and "Referred from:" fields with the ticket numbers that were mentioned in this ticket and tickets that mentioned this ticket. A link "Track relations" could give you a detailed overview page that shows the *comments* which related to/from the tickets, so you can immediately get a quick overview of the relevant information including its context in the affected tickets.

That way, you don't track dependencies using an extra field, but directly with the comments which has the following advantages:

  • simpler (no need to take care of extra fields)
  • more intuitive (you just type the description)
  • you can't forget to fill in a dependency field
  • it works instantly with existing Trac installations
  • you automatically connect the relation with a comment

in reply to: ↑ 67   Changed 3 years ago by cboos

Replying to wkornewald:

What about this: <snip>

Well, that's great, you just reinvented TracCrossReferences ;) It did just that, including showing a relevant fragment of the comments around the reference, to quickly grasp the context.

I should have produced snapshots at that time, but generalized cross-references were working great ;)

That way, you don't track dependencies using an extra field,

... but it also had provision for explicit linking (the relations part), though that part was never implemented in the UI.

  Changed 3 years ago by wkornewald

Ouch, you're right. I misunderstood TracCrossReferences. I thought it would require a special new link format, but the spec also speaks about general relations. Well, then I perfectly agree your solution! :)

Sorry for the noise...

  Changed 3 years ago by mgood

#4477 has been marked as a duplicate.

  Changed 2 years ago by mikd454@…

  • cc mikd454@… added

  Changed 2 years ago by Waldemar Kornewald <wkornewald>

  • cc wkornewald added

follow-up: ↓ 90   Changed 2 years ago by Noah Kantrowitz <coderanger@…>

Can some people please try out  this plugin. Just install it and add a custom text field named "blocking". If you have any ideas for it, please let me know.

  Changed 2 years ago by anonymous

  • cc with@… added

  Changed 2 years ago by Lukáš Petrovický <lukas@…>

  • cc lukas@… added

  Changed 2 years ago by anonymous

Is it possible to explain the plan here? A lot of people are watching this ticket now, which should say something about the interest in it. I would personally love to use Trac but must stick with Bugzilla until this very fundamental feature is added.

  Changed 2 years ago by anonymous

  • cc brianlsmith@… removed

  Changed 2 years ago by apexsutherland@…

  • cc apexsutherland@… added

  Changed 2 years ago by anonymous

  • cc dicianno@… added

  Changed 2 years ago by anonymous

  • cc zeph.gillen@… added

  Changed 2 years ago by anonymous

  • cc wkornewald removed

  Changed 2 years ago by anonymous

  • cc wkornewald added

  Changed 2 years ago by anonymous

  • cc dilshod@… added

  Changed 2 years ago by anonymous

  • cc n00spam-developer@… added

  Changed 2 years ago by ThurnerRupert

so currently there is:

marked #5197 as dupl...

  Changed 22 months ago by Thomas Vander Stichele <thomas@…>

  • cc thomas@… added

  Changed 22 months ago by anonymous

  • cc al.barrett@… added

  Changed 21 months ago by Pierre Phaneuf <pphaneuf@…>

  • cc pphaneuf@… added

  Changed 21 months ago by anonymous

  • cc henry78@… added

cc changed: added henry78

in reply to: ↑ 73   Changed 20 months ago by anonymous

Replying to Noah Kantrowitz <coderanger@yahoo.com>:

Can some people please try out  this plugin. Just install it and add a custom text field named "blocking". If you have any ideas for it, please let me know.

Noah's plugin is working great for me so far and was a trivial install. Copy to Libs, add custom ticket type, and off you go.

(As an aside, throw my hat into the "Why isn't this a default feature?!" pile.)

  Changed 19 months ago by anonymous

  • cc louie@… added

  Changed 19 months ago by anonymous

  • cc mikepan@… added

  Changed 18 months ago by anonymous

  • cc alon.barlev@… added

  Changed 18 months ago by anonymous

  • cc przemjaskier@… added

Is there a time schedule for this task completion? Lack of this feature in the core cripples Trac and prevents it's better adoption...

  Changed 18 months ago by anonymous

Mylyn allows grouping by sub-tasks. Lack of this feature is degrading user experience from PM-perspective...

  Changed 14 months ago by alon.barlev@…

Hello,

I've read all related bugs, and could not figure out how this feature can be available using TracCrossReferences.

I don't care how it is called, master, dependency, blocker, relates.

What I require: bug A and bug B should be handled when bug C is completed. The tree bugs are assigned to different people. When bug C is closed, bug A and bug B CC list should be notified, so they know to perform whatever needed.

If I write #31 in bug text, say "This bug is depended on bug #31", and this bug is closed, then I the text is modified, example "This bug is depended on bug #30", this change in the status/text may trigger notification as if someone changed the bug text.

As far as I understand, changing the status of TracCrossReferences, does not cause all the references to be modified and treated as changed, so that subscribers get notification.

So any solution within current Trac features? I am afraid to install external plugins as it would break future migration.

I don't know how people may be expected to manage bug repository without relationship, how do you do this?

Thank you

  Changed 13 months ago by nruffel@…

  • cc nruffel@… added

This is definitely a must have feature!

  Changed 13 months ago by rhind@…

  • cc rhind@… removed

  Changed 13 months ago by nkantrowitz

Any objections to closing this now that  MasterTickets is stable and usable? It could be further generalized to support mutliple types of relations, but I think that should be left as a feature request on the plugin.

follow-up: ↓ 101   Changed 13 months ago by anonymous

Using third-party plugin for such essential functionality looks risky. What about migration path and compatibility issues? There is no guarantee on the future compatibility of MasterTickets? and Trac. Besides, MasterTickets? looks quite limited. Trac is great, I bet you can do better than that.

I can't believe that Trac team avoided implementation of such essential feature for so long (this ticket is 4+ years old). I love Trac but it's unusable in large projects because of things like this. Sad.

in reply to: ↑ 100   Changed 13 months ago by cboos

  • status changed from assigned to closed
  • resolution set to wontfix
  • milestone 1.0 deleted

Replying to anonymous:

Using third-party plugin for such essential functionality looks risky...

See  googlegroups:trac-dev:31612a1978ef2609 for a follow-up on this.

  Changed 13 months ago by alon.barlev@…

I cannot believe this! So trac is not going to be decent bug tracking system... OK, I will wait for some better solution. This is sad, as the trac project is so close to provide proper functionality.

  Changed 13 months ago by anonymous

  • status changed from closed to reopened
  • resolution wontfix deleted

Me neither. Why is this bug closed? If the use of an external plugin isn't satisfying, then this bug should be just a feature request, but not closed. (see type: enhancement)

  Changed 13 months ago by armando@…

cboos -- that google link is interesting, but doesn't really defend closing this bug (if anything it just reiterates that the feature is sorely missed).

I think that for most of us, this has sealed the deal for continuance of use of Trac. There's no point anymore, it seems. For 4 years, people have been saying "Hey, we need this feature," and the core team has decided to ignore the desires of it's users, in the end. Honestly, I find it quite depressing. I mostly like Trac, but now that this issue has been tabled indefinitely, I'm officially giving up.

It's sad that a mish-mash of Wiki and Bugzilla can be more useful than the otherwise quite elegant Trac.

Also, I don't understand the purist idealogy that makes one /not/ want this feature in Trac, and I suppose I never will.

My 2¢, armando

  Changed 13 months ago by just use redmine

just use redmine www.redmine.org it is not as full-featured as trac but it is so much easier to set up and maintain. It's also catching up quickly. I believe it is less than 6 months old.

  Changed 13 months ago by anonymous

I agree with others here that the lack of this feature is what made me not use Trac. I was so unhappy with the available choices out there (integrated bug tracking, task tracking, wiki, timelines, etc.) that a group of developers and me created a new SF.net project from scratch to do all this. We've been working on it for about 6 months, and one of the key design goals is that it be visually appealing and have a great interface. Trac was so close but some key features like this one made it unusable for us.

I'll post again when we have our first release, though we've been using our new one internally for the last 2 months for testing. :)

  Changed 13 months ago by armando@…

On cursory examination redmine seems pretty great. I hate that RoR apps tend to take a lot of memory, but if it delivers what it claims (I especially like the multiple SCM integration), I'll be pleased.

Thanks for all the fish, Trac.

  Changed 13 months ago by anonymous

We (software development department of a major .eu telco) have migrated from Trac to Redmine recently after a long decision. Trac is a very, very good piece of software, but when it comes to a multiproject tracking, dependencies, time tracking - Trac looses the game.

We are using redmine for about two weeks for now and we love it.

Still, we'll keep on pulse of Trac because we love it, too and wish the best to the project:)

  Changed 13 months ago by nkantrowitz

To anyone who thinks we are ignoring the request: I am both a developer of Trac itself, and the creator of the plugin. The issue of having the feature is not being debated, nor will I stop maintaining the feature in either location. The location of the code is what is up for discussion, I personally would rather keep it in a small-standalone plugin rather than tie it directly to the Trac codebase (as mentioned in the thread). To say that "it doesn't count if its not in core" is counter to many of the ideals Trac is based on IMO. The basic feature is there, it works well and and provides a flexible way to work with ticket dependencies. I am not saying it is finished, just that I think it would help everyone to move more specific requests (multiple link types, non-blocking links, better reporting views, etc) over to the plugin where they can be dealt with directly. I should have been more clear about my intentions with this.

  Changed 13 months ago by ThurnerRupert

what would be interesting:

  Changed 13 months ago by cmlenz

This ticket should not have been closed, so thanks anonymous for reopening it. There certainly is no consensus that Trac shouldn't have ticket dependencies, or that it should be in a plugin instead of in core.

So why hasn't this been implemented yet after such a long time? That's due to how open source projects works, in particular when they are not backed by a company that provides financial backing or resources, and how such projects depend on people who need features to step up and help implement them. Unfortunately this particular feature has seen very little of that.

follow-ups: ↓ 113 ↓ 114   Changed 13 months ago by anonymous

cmlenz, nkantrowitz

Problem with Trac and this dependency extension is that I'm aware of a few such plugins/extensions/whatevers: xrefs, MasterTickets?, and others listed on wiki. Trac starts to become a mess! A lot of effort is lost for duplicated, malfunctioning modules scattered around instead of being brought to the core.

If someone chooses ticket system, even in case of a small opensource project it IS an investment in the future. Hawing so many similar solutions, none of these being actually fully implemented satisfactory solution for such a basic need as dependencies is ridiculous. Migration? Maintenance? Upgrades? Come on...

Plugins have sense for very rarely used stuff or niche, third party integration modules, but popular SCMs and model should be supported by the core, assuring consistency in development.

If this was what cboos was fighting for, I've lost hope in Trac now, as cboos made a statement he quits.

It's incredible that Redmine in 6 months has implemented features which didn't make into Trac for 4+ years (poorly developed modules do not count):  http://www.redmine.org/wiki/redmine

I'm migrating as soon as Redmine stabilizes. AFAIK they provide a migration tool for Trac users.

Thanks guys, anyway.

in reply to: ↑ 112   Changed 13 months ago by anonymous

Replying to anonymous:

It's incredible that Redmine in 6 months has implemented features which didn't make into Trac for 4+ years (poorly developed modules do not count):  http://www.redmine.org/wiki/redmine I'm migrating as soon as Redmine stabilizes. AFAIK they provide a migration tool for Trac users.

The trac import does work well. I've migrated 2 trac systems to redmine without issue.

in reply to: ↑ 112   Changed 13 months ago by ebray <hyugaricdeau@…>

Replying to anonymous:

cmlenz, nkantrowitz Problem with Trac and this dependency extension is that I'm aware of a few such plugins/extensions/whatevers: xrefs, MasterTickets?, and others listed on wiki. Trac starts to become a mess! A lot of effort is lost for duplicated, malfunctioning modules scattered around instead of being brought to the core.

I've encountered very few Trac plugins that are incompatible with each other or that make things "messy". I suppose that partially depends on just how many plugins you're using at once though.

If someone chooses ticket system, even in case of a small opensource project it IS an investment in the future. Hawing so many similar solutions, none of these being actually fully implemented satisfactory solution for such a basic need as dependencies is ridiculous. Migration? Maintenance? Upgrades? Come on...

We've been using Trac heavily for a couple years now, and though we do sometimes have ticket dependencies, we simply write in the ticket, "This ticket depends on #a #b #c" or somesuch. I'm not saying that's anywhere near ideal for everyone--some people need stronger dependency tracking. But the  MasterTicketsPlugin provides this pretty well--especially the 0.11 version. It's really not such a pain to install most Trac plugins.

follow-up: ↓ 116   Changed 13 months ago by druid@…

I recently started having tickets that were blocked until others are completed and started looking for this feature, so consider this another vote to properly implement this in Trac. The primary use I was looking for was to help weight blockers for priority based on how many other tickets were blocked by them, so a dependency tree graph or even a simple dependency count would be extremely useful.

in reply to: ↑ 115   Changed 13 months ago by nkantrowitz

Replying to druid@caughq.org:

I recently started having tickets that were blocked until others are completed and started looking for this feature, so consider this another vote to properly implement this in Trac. The primary use I was looking for was to help weight blockers for priority based on how many other tickets were blocked by them, so a dependency tree graph or even a simple dependency count would be extremely useful.

You mean like the depgraph MasterTickets generates?

  Changed 13 months ago by cjunge@…

  • cc cjunge@… added

  Changed 13 months ago by trapni@…

  • cc trapni@… removed

i've given up using trac in favor of redmine, which has this feature implemented. i'll continue to watch the progress of trac of course, but currently, redmine is by far the more powerfull tool, supports multiple projects in not the hackish way, supports even GIT repositories officially, and - of course - knows about ticket relations/dependancies.

  Changed 9 months ago by jaylward@…

  • cc jaylward@… added

  Changed 8 months ago by rblank

  • owner cboos deleted
  • status changed from reopened to new
  • milestone set to 1.0

Re-scheduling to latest milestone in ticket history.

follow-up: ↓ 122   Changed 7 months ago by anonymous

I've read the entire comments discussion multiple times. I think there's more to this than just master tickets (#886 or the external plugin). There's also more to it than just using "duplicate" to express a relationship and TracCrossReferences doesn't quite get us all the way there.

I'd like to see something like this (keep in mind, I don't know the database schema, and I don't know python, just throwing out an idea here):

  • A ticket_relationship_types table that lets me configure different relationship types in the web admin.
    • The able contains left hand side text and associated right hand side text.
    • Built in types would be "blocks / is blocked by", "is related to / is related to", "is a sub-task of / has sub-task", "precedes / follows".
    • Since this would be configurable I can add my own custom types for my project, such as "is a user story of / has user story"
  • A ticket_relationship table that matches a left-hand-side ticket with a right-hand-side ticket and a certain relationship type.
  • When I view a ticket, the left-hand-side ticket gets the "blocks" text in its properties and the right-hand-side ticket gets the "is blocked by" in its properties.

I think this sort of system would fit the bill. It's completely flexible, and it's opt-in (no need to use it, but for those of that do it would be great if the option was there). I think this covers everything from a ticket standpoint, but to make it more powerful, obvisouly we would want to have reports.

The precedes/follows relationship type would be great for making gantt charts to give an idea of the ticket order of completion within a milestone (block/blocked by is precedes/follows in disguise).

Hopefully this discussion isn't dead. I think ticket relationships is a really important features, and I'd like to see it be part of the core itself.

in reply to: ↑ 121   Changed 7 months ago by osimons

Replying to anonymous:

I've read the entire comments discussion multiple times. I think there's more to this than just master tickets (#886 or the external plugin). There's also more to it than just using "duplicate" to express a relationship and TracCrossReferences doesn't quite get us all the way there. I'd like to see something like this (keep in mind, I don't know the database schema, and I don't know python, just throwing out an idea here): snip... snip... snip... (see above)

That was more or less my thoughts as well, and your ideas I think fit quite well with my TracDev/Proposals/TracRelations proposal. I'd like a general API in Trac for relationships that would allow code/plugins to build any kind of mechanism enforcing structure and dependencies.

  Changed 6 months ago by al.barrett@…

  • cc al.barrett@… removed

  Changed 4 months ago by braden@…

  • cc braden@… added

  Changed 4 months ago by anonymous

  • priority changed from normal to low

  Changed 4 months ago by anonymous

  • priority changed from low to normal

Changed 4 months ago by Joachim Hoessler <hoessler@…>

Another implementation for links between tickets

  Changed 4 months ago by Joachim Hoessler <hoessler@…>

  • cc hoessler@… added

This patch Download against source:trunk@7937 is another shot at this issue. It implements configurable relationships between tickets in a rather straight forward way. It includes

  • a new database that stores source, destination and the type of a link
  • a new extension point in the ticket api that allows other components to provide information on links
  • an component that uses this extension point to create links as specified in trac.ini in the form of
    [trac-links]
    blocker = blocking, blockedby
    blocking.label = Blocking
    blockedby.label = Blocked By
    blocker.validator = no_cycle
    
  • the implementation supports bidirectional links (the opposite direction is set automatically), unidirectional links and reflective links
  • validation is implemented through the ITicketManipulater interfaces
  • links are edited and rendered in the ticket view as text fields in the format "#1, #2, #5"

The basic stuff works so far. However, it doesn't implement ticket "blocking" or other workflow related impact of links yet, but this could be easily added, either in this implementation, or in a plugin. Also, any visualization of dependencies isn't included yet.

I know that there are suggestions in this ticket thread for a more advanced approach, but I think this implementation should be sufficient for most of the use cases.

  Changed 3 months ago by trac@…

  • cc trac@… added

  Changed 5 days ago by Sebastian Heuchler <sheuchler@…>

  • cc sheuchler@… added

  Changed 5 days ago by apexsutherland@…

  • cc apexsutherland@… removed

Add/Change #31 (Bug dependencies/relations feature)

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from (none). Next status will be 'new'
The owner will change from (none) to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.