Hi,
I would like to pass the linked epic to a predefined status when a story pass to a defined status.
For that I would like to use the JMWE "Transition Related Issues Post-function".
I want to execute the transition when the linked epic is already the predefined status by using the condition part.
How can I do something relatedIssue get status == "To do" for the post function condition?
Thank you in adavance,
Regards,
Mickael O.
Hi Mickaël,
I'm not sure I understand why you need that test, but here it is anyway:
relatedIssue.get("status").name == "To Do"
Hi David,
Thank your for your answer.
I need to test a condition if the Epic is in status To Do, if yes, we want to perform a predefined transition.
Regards,
Mickaël Orsolino
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you can use the code I provided.
David
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.