Dear community
I need to create an automation that copies the value of the "Epic Type" field (Drop-down list) in the secondary issues that are created, the field that receives the value has the same name.
What is the link between the first issue and the target issue ?
did you start an automation ? Can you show us this rule ?
Hi @Francisco Navarro
What have you tried thus far to solve this need?
If you have a rule that is not working as expected, please post the following to provide more context:
Also, your scenario is unclear to me. Do you have an Epic issue which has a field named "Epic Type", and you want to copy that field to any child issues (e.g., Story, Task, Bug)?
Kind regards,Bill
Hi @Francisco NavarroIf the second issue is also created in the same automation, you can create a branch and refer to the last issue created here.You can then create an Edit Issue Action and copy the value of the trigger issue (I guess your first issue?)The smart value you probably are looking for is {{triggerIssue.Epic Type}}.
Hi Bill
What you mention at the end of your answer is what I need to do, copy the value of the "Epic Type" dropdown field from my parent epic and copy it to the child issues in a field of the same name.
Thanks for that information, and there are several cases to handle. Let's start with a basic one:
The other cases will need additional rules. I recommend considering which you want to support and trying to build the rules, as needed:
To get you started on creating your rules, please refer to these documentation and example sources:
Bill, thank you very much.
In point 2, how would automation be for that situation? Does it differ in any way from what you describe above? If you have an example, I would appreciate it.
It looks like you're new here. Sign in or register to get started.