When an epic is created in my project, I have automation automatically create three tickets. Once those three tickets are created, I wanted to be able to link those ticket back to the epic via the parent field. However, right now it is not working. The way i have my automation set up is when an issue create, it will check to see if it is an epic. Then if it is an epic, it will create the three tickets. Then I used the branch command "For: All created issues" then "Edit issue fields", which in there I select parent and set that field to "Copy Parent from Trigger issue"
When this runs I get an "No fields or filed values to edit for issues (could be due to some field values not existing in a given project):
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Kind regards,
Bill
Hi @Dominic Mercorelli ,
I think your automation is trying to find the "Parent" in the trigger issue (Epic) to copy it down to the created issues, the Epic wouldn't have a parent since it IS the parent in this scenario.
What you may want to do instead is copy the issuekey to the parent field from the trigger issue. I'm not able to select the issuekey in automation, but I'm on data center, if you have that issue, you might be able to set a customfield in a post function of the epic to be equal to the issue key, then use that customfield in your automation.
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.