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
Hey everyone!
So, in my project we have quite a few different teams/boards and also different Components values (Component field inside the Card).
We are sort of suffering with having to add to all the subtasks the same Components previously added to the User Stories, because they can be quite a few.
Is there an Automation I could create in Jira to every time I create a User Story its components values go automatically to its subtasks when they are created?
Thanks in advance!
A rule like the following should work for your use case. It adds the components from the parent issue (if there are any) to the subtask after creating the subtask:
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lucas FerreiraGlad I could help! Please consider accepting the answer, maybe it is helpful for others as well. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you can do this using Automation - something like this should work:
---
A few notes...
---
Let us know what you think!
Ste
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.