Defect #1740
closedActually block issues from closing when relation 'blocked by' isn't closed
50%
Description
- 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
Related issues
Updated by Steven Chanin about 16 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
See #2132 for a patch to address this
Updated by Marcos Vinícius Souza over 15 years ago
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.
Updated by Mischa The Evil over 15 years ago
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... :-)
Updated by Mischa The Evil over 15 years ago
- 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.
Updated by Mischa The Evil over 15 years ago
- Tracker changed from Feature to Defect
Updated by Mischa The Evil over 15 years ago
@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...
Updated by Jean-Philippe Lang over 15 years ago
- Status changed from 7 to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fix committed in r2800.