Defect #1740
Actually block issues from closing when relation 'blocked by' isn't closed
| Status: | Closed | Start date: | 2008-08-04 | ||
|---|---|---|---|---|---|
| Priority: | Normal | Due date: | |||
| Assignee: | Jean-Philippe Lang | % Done: | 50% |
||
| Category: | Issues | ||||
| Target version: | 0.9.0 | ||||
| Affected version: | Resolution: | Fixed |
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
Associated revisions
Actually block issues from closing when a blocking issue isn't closed (#1740).
History
Updated by Jim Jones over 3 years ago
+1
Updated by Steven Chanin over 3 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 almost 3 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 almost 3 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 almost 3 years ago
- Status changed from Resolved to Assigned
- Priority changed from High to Normal
- % Done changed from 0 to 50
- Estimated time deleted (
1.00)
Corrected fields before tracker-change from feature to defect.
Updated by Mischa The Evil almost 3 years ago
- Tracker changed from Feature to Defect
Updated by Mischa The Evil almost 3 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 2 years ago
- Status changed from Assigned to Closed
- Target version set to 0.9.0
- Resolution set to Fixed
Fix committed in r2800.