I cannot figure out how to get the new "Parent" field to be populated with a variable. I have tried "Parent" in the additional field section insteald of Parent Link, but I get an error "Data is not an Object" when running automation.
Hello @Aaron Haight
Welcome to the Atlassian community.
Please show us the details of the Create Variable step, and the show us the full automation rule so that we can evaluate the context.
Also please show us all the information from the audit log for the execution of this rule.
Hi - I'm having the same issue and have tried both "EPIC Link" and "Parent" as the field in Additional Fields. Here is a screenshot of the variable I created:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is that your complete rule? Where is the step where you are trying to use the variable?
Note that because the variable is created in a branch, it will have no value outside of the branch. You have to use that variable while you are still within the branch.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you - I moved the creation of the user story up into the branch. When using the Parent in the Additional Fields, I still received the object error. However, when I changed it to use EPIC Link, it worked. Not sure why Parent is not working (as per the original poster on this thread).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What are you doing with the variable?
Assuming I'm reading the need correctly...
...this should work:
Current Issue refers to the issues referred to in the Branch, i.e the Epic.
---
I did also create the variable, and put it in the Story's Description field. That worked fine for me.
Ste
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.