I am using JIRA project automation and I was able to set up to attach a label when the issue gets created with a specific summary.
With the same rule, I would like to add so that existing "Epic Link" to be attached.
I tried
{ "fields": { "Epic Link": "<EPIC LINK NAME" } }
but this did not work. Please advise
Hi @Keishi Susumu ,
welcome to the Atlassian Community.
Please try to use Epic issue key, something like
{
"fields": {
"Epic Link": "ABC-123"
}
}
Will the Epic issue be always the same? Or you need some logic to fill it in?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Keishi Susumu ,
thank you, would you please mark this answer as accepted? It can help others in the future. Thank you.
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.