Feature #11337
closed
Updated by rosenfeld (Rodrigo Rosenfeld Rosas) almost 9 years ago
Could you please close this one? It seems it's a duplicate of issue .
issue seems to be yet another recent request for the same feature and should probably be closed as a duplicate of as well.
Updated by shyouhei (Shyouhei Urabe) almost 9 years ago
- Is duplicate of : Allow rescue/else/ensure in do..end added
Updated by shyouhei (Shyouhei Urabe) almost 9 years ago
Issues linked. I guess those duplicated issues synchronizes their status each other so I don't close them (am I correct?).
Updated by duerst (Martin Dürst) almost 9 years ago
On 2016/08/02 10:54, [email protected] wrote:
I guess those duplicated issues synchronizes their status each other so I don't close them (am I correct?).
I guess it depends on how you linked them. If it's just 'related', then
the status of each is independent. If it's 'depends on', then you can
close one without closing the other, but not the other way round. But
I'm not sure this is enforced.
Updated by rosenfeld (Rodrigo Rosenfeld Rosas) almost 9 years ago
http://www.redmine.org/projects/redmine/wiki/RedmineIssues
"duplicates - Links issues so that closing one, will close the other (e.g. closing A will close B)
For example, if issue B duplicates A:
- closing B will leave A open
- closing A will automatically close B
duplicated by - Reciprocal of duplicates.
For example, if issue A is duplicated by issue B:
- closing B will leave A open
- closing A will automatically close B"
I'm not sure I completely understand this but it seems to be possible to close the duplicates without closing the original even though they would be automatically closed if using the right relation :)
Updated by rosenfeld (Rodrigo Rosenfeld Rosas) almost 9 years ago
If I understood it correctly, this issues currently duplicates which means closing this one would keep the other open.
Updated by shyouhei (Shyouhei Urabe) almost 9 years ago
- Status changed from Open to Closed
Hmm.. Thank you for the check. It is complicated than I thought. Closing this one anyway.
Updated by duerst (Martin Dürst) almost 9 years ago
On 2016/08/04 04:23, [email protected] wrote:
I'm not sure I completely understand this but it seems to be possible to close the duplicates without closing the original even though they would be automatically closed if using the right relation :)
Well, I guess closing the duplicate is done because it's recognized as a
duplicate and no longer needed. Closing the original means that the
problem itself is solved, so it would be wrong to keep the duplicates open.
Regards, Martin.
Updated by shyouhei (Shyouhei Urabe) over 8 years ago
- Has duplicate : do/end blocks work with ensure/rescue/else added