Hello - I would like an option to trigger the automatic creation of subtasks if there are multiple components in an Issue / Story. I see some other conditional logic to choose from on the component field, but not a count condition for more than 1..
It would be very good if each subtask could include the name of the component also as a nice to have.
Anyone know if there is a way of setting this up?
Thanks!
Hello @Miriam Callahan and welcome!
I am not sure what your exact use case is, but I think you could achieve your goal with the following automation rule:
This rule gets triggered if a new component has been added to an issue. Then, it checks if there is more than one component set on the issue. If so, it creates a new sub-task for every component assigned, where the name of the sub-task is the name of the component.
Hope this helps!
Hi Michel,
Thanks so much I have lots to try out here... Appreciate this quick response!
Just a question on the above,, If Someone were to set up an Issue or Story with multiple components initially would the subtasks be created from that first creation?
As opposed to the Issue / Story being set up with one component originally and then once a new component is added the rule being triggered...
I definitely have plenty to work with in your response so thanks again for that! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If Someone were to set up an Issue or Story with multiple components initially would the subtasks be created from that first creation?
Yes, because the trigger "Value changes for" fires for newly created issues as well.
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.
@Miriam Callahan If it works, 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.
Thank you again Michel this really helped! I just accepted your answer there! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
The automation rules works for creating subtasks for components, but it should create subtask summary for each component. The result is showing subtask summary as "combined component" names.
Story A is having component A, B and C
Current automation rule result as:
Subtask 1 with summary - ABC
Subtask 2 with summary - ABC
Subtask 3 with summary - ABC
Expected result should be like:
Subtask 1 with summary - A
Subtask 2 with summary - B
Subtask 3 with summary - C
~Tushar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.