Basically what I need is the following:
1. Create Epic - if value/s is selected in Field 1 (Value1, Value 2)
2. Then create a subtask for each value selected in the Epic.
a) In this format:
Subtask 1
Title: Value 1 - (Epic Title)
Subtask 2
Title: Value 2 - (Epic Title)
No other values needed.
Let me know if this is possible with Jira Cloud.
Ty
Hello @Chris Delgado
Thank you for reaching out.
Per your description, I understand that you would like to create two child issues of an Epic (Not Sub-task) automatically when two specific values are added to a specific field of an Epic during its creation. Is that correct?
You can achieve this by using an automation rule and adding smart values to copy the Epic summary to the child issues. You will need to create three IF conditions in the automation to achieve this:
These would be the steps:
The rule background would be the following:
The rule above will properly create two issues if the two values (Value1 and value2) are selected in the Epic. Now, you should use the same IF-else condition in the automation rule to follow the same logic, and consider the other two scenarios:
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.