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,
we use Jira Software Cloud. We need to write a condition for the transition: The transition is available if the linked issue (same epic link) goes to Done?
Thanks for helping!
Hey @Cafarova Ainura To make sure I understand your goal - you want the issue to be only available to transition if
a) all liked issues under EPIC are Done then EPIC can be DONE too
b) if the issue A linked to issue B using "link issue" is already done, issue B can be DONE too
c) something else :)
we have 2 tasks which has 1 epic link.
When 1st task transition to status Done, 2nd task can to transition to. status To Do
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hm, that might be very hard to do. Maybe if the 1st issue is marked as blocking the 2nd issue then moving it to final status would mean the 1st issue is not blocked anymore and 2nd issue could be automatically moved to next status.
See this thread https://community.atlassian.com/t5/Jira-questions/Scriptrunner-Jira-Cloud-Transition-An-Issue-When-Linked-Issues/qaq-p/939201
Other than that, I don't know what else could help, sorry. Hope you get your answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Cafarova Ainura ,
Welcome to the community !!
At present, the native Jira doesnot have this condition. There is only Condition to block parent issue transition depending on sub-task status in present.
Try JMWE add-on or You need to check https://marketplace.atlassian.com/ if there are other apps which can do the work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi, we use Scriptrunner, but I write this script condition
parentEpic = {{triggerIssue.parent}}
but it's not working(
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.