Hello Community,
I wanted to reach out to see if anyone else is experience any problems recently with automations where you are creating a task or story under an epic. Previously, I have been able to add the field to the create and input "Copy from Trigger issue". For the past several days, it will show that the automation has run successfully, but is not linking to the Epic Link causing orphan stories/tasks.
This is occurring in previously published automation that ran without concern as of 10/16.
I know that changes are coming to remove Parent & Epic Link and move towards Parent, but automation does not have "Parent" as an option.
Is anyone else experience this and if so, have you been able to resolve the issue?
Picture for context:
You did not post your entire rule, yet from what I see...there is a condition on Issue Type equals epic. If that is the trigger issue, it will not have an epic link, and so this rule could never have worked that way. Please post your entire rule, and the audit log details showing the rule execution, to confirm that.
If I am incorrect (from what I see of your rule) and the trigger issue is not an epic...
I agree with your hypothesis that this is related to the epic field sunset / changes happening.
And as that parent field is not in the drop-down list for the edit action options, you could update your rule to use the smart value directly:
Kind regards,
Bill
The trigger is the epic, and here is an instance where it works for task and sub tasks, but after further review I added for Epic Link "Copy from Epic" when I re-fetched the data for the recently created issue. (Image 3)
This automation is still working as expected which is why I assumed I could follow a similar format for the new automation I am building that would have a similar build just based on a different component that would fire these.
Images for audit log for above:
So to your point though would it be creating a new smart value variable? I have only used that functionality once and that was create automation for subtasks under a task as I am still learning (and have a lot to learn) with automation.
Really appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To help see the big picture, I recommend using either a screen capture tool or browser addon so the entire rule can be captured in one image. And so I am guessing a bit from some of the posted images showing the rule in pieces.
In the action where you create the issue (i.e. Task), the Epic Link is set to "Copy from Trigger Issue". But that cannot work because the trigger issue is an epic, and so has no parent / value in the Epic Link field. If you want the new task to have the trigger issue as its parent, please change that value to {{triggerIssue.key}}
Later there is a branch to that newly created Task...
If I am misunderstanding your rule, please let me know so I can try to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Bill,
Thank you so much for your assistance. The triggerIssue.key value worked for linking the epic. I also was attempting to remove the fetch data and update fields for the copying of the labels and component from the epic. However, I ran into an error. Below is the audit log and rule. I also attempted to copy from Parent and experienced the same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome; progress!
That error can be caused by a several things. Let's check them in order of likelihood:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are my hero! Thank you. It ended up being the fields were only included in default and edit of the task. I had to enable them for create and it worked like a charm. I really appreciate all of your assistance. Have a fantastic day!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.