Defect #1740
closed
Actually block issues from closing when relation 'blocked by' isn't closed
Added by Mischa The Evil over 16 years ago.
Updated over 15 years ago.
Description
In
r506 issue relations are introduced. In the initial commit four relations are defined:
- related to
- duplicates
- blocks
- precedes
As far as I can trace the first (related to) and the fourth (precedes) are implemented in r506 already. The second (duplicates) is implemented in r663 and fixed in r1162, r1183 and r1488.
It seems to me (after trying the demo and my checkout of the latest trunk) that the third relation (blocks) isn't implemented at all after r506. I guess this should behave like described in the commit-message of r506:
blocks: will require to close the blocking issue before closing the blocked issue
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
See #2132 for a patch to address this
Another relation to add:
- belongs to
With this relation, we could make a hierarchy between tickets. In addition, the root ticket could summarize the effort from the child tickets.
Marcos Vinícius Souza wrote:
Another relation to add:
- belongs to
With this relation, we could make a hierarchy between tickets. In addition, the root ticket could summarize the effort from the child tickets.
Marcos, your comment does not relate to this issue's subject at all. Your talking about a subject which is discussed on issue #443. If not: then you should open a new issue for your request yourself... :-)
- Status changed from Resolved to 7
- Priority changed from High to Normal
- % Done changed from 0 to 50
- Estimated time deleted (
1.00 h)
Corrected fields before tracker-change from feature to defect.
- Tracker changed from Feature to Defect
@Jean-Philippe,
I've changed the tracker since this is a feature which is documented as already implemented but it is in-fact not implemented yet.
Patch #2132 implements a fix to adress this issue in a way that if an issue is blocked by another issue, then the available statuses only include statuses that does not have the closed
status-attribute set (e.g. New, Assigned, Resolved, Feedback). It also includes updates for the unit tests and fixtures...
- Status changed from 7 to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Jean-Philippe Lang wrote:
Fix committed in r2800.
Great... Thanks!
Also available in: Atom
PDF