You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.