I would like to create a new Automation Rule: the Story will be closed (Status Done) when all Dev/QA Stories linked to that story are closed.
is it possible to create this rule?
Community moderators have prevented the ability to post new answers.
Hi,
it should be possible to make a rule to transition Issues if the status of a Dev/QA changes to "Done". You can restrict this transition via an Linked Issue condition OR you can restrict the transition in general via a Transition-Condition that checks if all linked Issues (ingoing) are in Status "done". I think JMWE has a condition like that.
This could be a simple Rule:
In this case, the transition for your Story should have a condition to only work, if all linked issues are in status "done".
Have not tried this rule, but it could look something like that:
The "Linked issues match" is set to "match specific JQL", which containts a "status=done" statement
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could also replace "status=done" with "resolution is not empty" to account for workflows with different final status names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot for your help , I've tried with your recommendations and it works fine for me :)
have a wonderful Day thanks again !!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.