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,
When dev. moves a Task A to column "In Progress" I would like the User Story in which Task A is a subtask to have it's status changed as well.
Is it possible?
Yes it is possible by creating an automation. You have to set it in your project settings, automation tab (the third on the list).
It should look like this. Tell me if you struggle to do this.
Can I make it follow any status or do I have to be specific.
For example I have statuses like Backlog, Selected for dev, In Progress, Code Rev. QA, Done
In step For Parent I would like to get the list of sub-tasks and check whether they have the same status. If they have the same status I would like to move Parent ( User Story ) to the same status as it's subtasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Flavien Gache I can't make your example work.
I think I've set everything as in your example but User Stories doesn't want to move at all
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Automation not available on any kind of tab as there are none in project settings so I assume this is a Cloud only solution
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Flavien Gache - A couple of things I see:
1. You do not have In Progress as the status being transitioned to in step 1 above. It looks like you have left it blank.
2. In the second to last step above you have If: Status equals In Progress when it should have Does NOT equal In Progress as in the example above.
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.