Hi there,
I have an existing automation that will create a new story and link it to an existing Epic using "Epic Link".
I am now trying to do the same using the Parent field but I can't find the Epic name to choose from the dropdown options.
Appreciate any help on how I can do that. Thanks.
Hi @WB ,
Try to use this in the Additional fields section of the automation under More options:-
{
"fields": {
"Epic Link": "<EPIC KEY>"
}
}
Regards,
Mayuresh
Hi @Mayuresh Kamble ,
The field that I wanted to set is Parent.... so I tried the suggested method for the Parent field instead as below.
{
"fields": {
"Parent": "<EPIC KEY>"
}
}
I encountered the error message "Error while parsing additional fields. Not valid JSON."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @WB ,
Please use the "Epic Link" field it will populate the Parent field automatically.
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.
Ok great!, Please accept the answer if it helped you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mayuresh Kamble ,
The current automation is using "Epic Link" field already i.e. there is no change.
I was trying to use "Parent" field instead as it is the field to replace "Epic Link".
Thanks very much for the suggestions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi WB,
You can't connect using the Epic Name, you will need to use the Key of the Epic for the Parent field value.
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.