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
I am currently creating an automation.
When the "due date" field is edited in tasks at the end of the process, I want to assign the edited value to the fields of tasks that are linked through 2 or 3 levels of links.
For example, I want to edit the one in Task A, which is linked through the "is contained in" link to the "Cannot start until linked issue finishes" link.
Resolved!
I was able to achieve it with JQL-based branching.
I didn't know that smart value could be used within JQL...
↓
issuetype = STEP5 and project = {{triggerIssue.project.id}}
Knowing this has expanded my options infinitely!
I am free!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.