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
Hello, I`m currently doing an automation on JIRA. It create tasks and subtasks based on external systems. Well, I need to transitions all subtasks issues when my parent issue is solved. Anyone can help me on this?
Hello @Gabriel Flavio
Welcome to the Atlassian community.
Create another Automation Rule that will transition the subtasks to solved when the parent issue transitions to solved.
When you are in the Automation screen there is a Templates section. There you will find a template for a rule that does exactly that.
I found it!
But, theres no way doing that using API?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not with a single API call, no.
You would need to execute multiple API calls to retrieve the child subtasks of the parent issue and then transition them.
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.