Hello everyone!
I'm looking for a way adding Epic Summary to Issue Summary.
For example: Epic "Core", Issue "Implement button A", Issue Summary becomes "Core: Implement button A".
I created simple automation for that, but it doesn't work.
As Summary I tried different Smart values:
{{issue.epic.fields.summary}} : {{issue.parent.epic.summary}} : {{issue.fields.parent.fields.summary}} : {{issue.parent.summary}} : {{issue.summary}}
but only issue.summary worked, and I get ": : : : testissue" as a result.
We use next-gen projects, when creating issue, it already attached to epic/parent.
I know the relationship between Epic and Stories uses a new link method rather than Epic Link in Next-Gen.
It's why in JQL you can't search for the Epic Link of a Next-Gen story - it's the parent you search for. See more on that in JSWCLOUD-17239
I tried every combination I could find for this one - including reviewing the fields via JSON to see if I could locate a field ID to use instead but couldn't get it to work - so it might not be possible yet.
I'd advise contacting https://support.atlassian.com/ to get their advice - or perhaps drop a comment on the above issue I linked to - Nathan from Atlassian has responded there to other queries in relation to this.
Let us know what the response is!
Ste
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.