Edgewall Software

Opened 19 years ago

Closed 19 years ago

Last modified 16 years ago

#2075 closed enhancement (duplicate)

ticket hierarchy — at Version 1

Reported by: mrovner@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: devel
Severity: major Keywords: dependencies
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

At this moment it is difficult to manage a long list of interdependent issues. Ideally we would have something like

#122
  |_ #111
  |_ #128
#762
  |_ #215
  |   |_ #212
  |_ #422 

However tree is not enough, 1.2 might as well depend on 2.1.2. So directed acyclic graph will be better.

To approach implementation, we might have (custom) field "depends on" with list of tickets and trac.ticket.api.ITicketChangeListener extension point (new), which will maintain the graph and possibly provide some cool features like:

  • auto priority bump down the tree
  • auto notify ticket owner(s) when child ticket closes and release parent ticket from hold (new state meaning waiting for dependent tickets).

Change History (1)

comment:1 by Christian Boos, 19 years ago

Description: modified (diff)
Keywords: dependencies added
Resolution: duplicate
Status: newclosed

Well, we already have some tickets opened requesting ticket dependencies (#31) and parent/child relationships (#886).

However, you're quite welcomed to contribute ideas about these topics. In particular, can you explain in more details what do you mean by auto priority bump down the tree?

Note: See TracTickets for help on using tickets.