I'm writing an automation rule to add certain epic labels to any child issues created. here's the rule:
When Issue is created
If issue matches JQL
team in ( )
And Issue matches JQL
"epic name" IS NOT EMTPY (tried "epic link" here as well.)
And Epic matches JQL
labels in ( )
Then: Edit issue fields
labels (Copy from Epic)
But I cannot get it to work. I don't know if it's a problem with epic vs epic link or something else entirely.
HI Deborah,
Can you share the actual rule please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.