Edgewall Software

Ticket #31 (assigned enhancement)

Opened 4 years ago

Last modified 4 months ago

Bug dependencies/relations feature

Reported by: daniel Owned by: cboos
Priority: normal Milestone: 1.0
Component: ticket system Version: devel
Severity: normal Keywords: xref
Cc: wkornewald, 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@…, hwinkel@…, bfults@…, trac@…, e@…, me3xxx@…, mikd454@…, with@…, lukas@…, apexsutherland@…, dicianno@…, zeph.gillen@…, dilshod@…, n00spam-developer@…, thomas@…, al.barrett@…, pphaneuf@…, henry78@…, louie@…, mikepan@…, alon.barlev@…, przemjaskier@…

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 (18.3 kB) - added by havarden@… 3 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.

Change History

  Changed 4 years ago by daniel

  • version set to 2.0

  Changed 4 years ago by daniel

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

  Changed 4 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 4 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 4 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 4 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 4 years ago by anonymous

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

  Changed 4 years ago by jonas

  • status changed from closed to reopened
  • resolution deleted

Why was this ticket closed?

  Changed 4 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 3 years ago by Tristan Seligmann <mithrandi@…>

  • severity changed from major to enhancement

  Changed 3 years ago by anonymous

  • priority changed from highest to normal

This certainly isn't highest priority.

  Changed 3 years ago by robert.pollak@…

  • cc robert.pollak@… added

  Changed 3 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 3 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 3 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 3 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 3 years ago by robert.pollak@…

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

  Changed 3 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 3 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 3 years ago by Florent Guillaume <fg@…>

  • cc fg@… added

  Changed 3 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 3 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 3 years ago by cmlenz

#1540 has been marked as duplicate of this ticket.

  Changed 3 years ago by anonymous

  • cc mathieu@… added

  Changed 3 years ago by cmlenz

  • milestone changed from 0.9 to 1.0

Postponed.

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

  • cc dimitrisp-lists@… added

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

  • cc gunnar@… added

  Changed 3 years ago by anonymous

  • cc vyt@… added

  Changed 3 years ago by anonymous

  • cc wjl@… added

  Changed 3 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 3 years ago by anonymous

  • cc radek@… added

  Changed 3 years ago by dragisha@…

  • cc dragisha@… added

  Changed 3 years ago by anonymous

  • cc mrovner@… added

  Changed 3 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 3 years ago by brianlsmith@…

  • cc brianlsmith@… added

  Changed 3 years ago by anonymous

  • cc trac@… added

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

  • cc rhind@… added

  Changed 3 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 3 years ago by anonymous

  • cc trac@… added

  Changed 2 years ago by anonymous

  • cc somekool@… added; mathieu@… removed

  Changed 2 years ago by earle

  • cc trac@… added

  Changed 2 years ago by anonymous

  • cc fg@… removed

  Changed 2 years ago by anonymous

  • cc shishz@… added

  Changed 2 years ago by anonymous

  • cc jorvis@… added

  Changed 2 years ago by anonymous

  • cc mjhweb-trac-tickets@… added

  Changed 2 years ago by anonymous

  • cc trac-spam@… added

  Changed 2 years ago by anonymous

  • cc mrovner@… added; mrovner@… removed

  Changed 2 years ago by anonymous

  • cc peter.merel@… added

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

  • cc trac@… removed

  Changed 2 years ago by anonymous

  • cc kveretennicov@… added

  Changed 2 years ago by anonymous

  • cc nick+trac@… added

  Changed 2 years ago by anonymous

  • cc ccidral.newsbox@… added

  Changed 2 years ago by anonymous

  • cc zoogie@… added

  Changed 2 years ago by anonymous

  • cc dlawson@… added

  Changed 2 years ago by anonymous

  • cc mark81@… added

  Changed 2 years ago by anonymous

  • cc gustavo.noronha@… added

  Changed 23 months ago by anonymous

  • cc carwyn@… added

  Changed 22 months ago by anonymous

  • cc jay@… added

  Changed 22 months ago by anonymous

  • cc mark@… added

  Changed 22 months ago by anonymous

  • cc gunnar@… removed

  Changed 21 months 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 21 months 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 21 months ago by Russell Hind <rhind@…>

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

Russell

  Changed 21 months ago by bfults@…

  • cc bfults@… added

+1 for this feature.

  Changed 19 months ago by trac@…

  • cc trac@… added

Akismet

  Changed 19 months ago by anonymous

  • cc e@… added

  Changed 18 months ago by anonymous

  • cc me3xxx@… added

follow-up: ↓ 68   Changed 18 months 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 18 months 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 18 months 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 17 months ago by mgood

#4477 has been marked as a duplicate.

  Changed 17 months ago by mikd454@…

  • cc mikd454@… added

  Changed 16 months ago by Waldemar Kornewald <wkornewald>

  • cc wkornewald added

follow-up: ↓ 90   Changed 16 months 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 16 months ago by anonymous

  • cc with@… added

  Changed 14 months ago by Lukáš Petrovický <lukas@…>

  • cc lukas@… added

  Changed 12 months 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 12 months ago by anonymous

  • cc brianlsmith@… removed

  Changed 12 months ago by apexsutherland@…

  • cc apexsutherland@… added

  Changed 12 months ago by anonymous

  • cc dicianno@… added

  Changed 11 months ago by anonymous

  • cc zeph.gillen@… added

  Changed 11 months ago by anonymous

  • cc wkornewald removed

  Changed 11 months ago by anonymous

  • cc wkornewald added

  Changed 10 months ago by anonymous

  • cc dilshod@… added

  Changed 10 months ago by anonymous

  • cc n00spam-developer@… added

  Changed 10 months ago by ThurnerRupert

so currently there is:

marked #5197 as dupl...

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

  • cc thomas@… added

  Changed 8 months ago by anonymous

  • cc al.barrett@… added

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

  • cc pphaneuf@… added

  Changed 7 months ago by anonymous

  • cc henry78@… added

cc changed: added henry78

in reply to: ↑ 73   Changed 6 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 5 months ago by anonymous

  • cc louie@… added

  Changed 5 months ago by anonymous

  • cc mikepan@… added

  Changed 4 months ago by anonymous

  • cc alon.barlev@… added

  Changed 4 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 4 months ago by anonymous

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

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

Author



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