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.
My issue hierarchy consists of:
1. Strategic Activity
2. Initiative
3. Epic
4. Story
5. Sub-task
I would like to transition the Strategic Activity to the same status that the Initiative transitioned to. I stumbled across this post, however, the JQL branch cannot find any related issues when I tried to replicate it. Another set of eyes would be appreciated!
See screenshot below:
and here's the Smart value for Parent Link in my Atlassian instance:
I would recommend that you add a Log action component after you create the smart value to verify that {{parentLink}} has the right value and then go from there. Based on the audit log I am guessing that {{parentLink}} might be an empty value.
Also, I would remove .data.key and only use {{issue.customfield_12524}} to see if that makes a difference.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good call on the Log action! The reason the branching could not find any related issues because the 'issuekey' for the parent link was not an 'Initiative' issue type (which is expected as I needed to update the parent of it)!
Also, I did remove '.data.key' and the rule was successful! Thank you @Mikael Sandberg for your help!
Working rule
Updated variable, although, folks will have to replace the custom field ID.
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.