Hi,
I have the following automation for releases:
Dear team,
The following issues have been released as part of the {{release.name}} release:
{{#lookupIssues}}
- {{key}}: {{summary}}
{{/}}
Thank you
in the JQL filter, I have only the fix version:
fixVersion = '{{version.name}}'
The problem is that the above email generates only the Epic's name. But I want to have the epic, the stories (or subtasks), and their subtasks. Something like:
- Epic
- Story 1
- Subtask 1
- Subtask 2
- Task 1
...
I add the "Fix version" only to the epic itself, not the subtpyes. I need to modify the JQL to include subtasks of the epic that has the version. I tried:
parent = '{{issue.key}}' AND fixVersion = '{{version.name}}' AND issuetype = Sub-task
but no luck.
How can I achieve this?
First thing: Unless you have only one epic and one story in a release, this may be difficult / not-work-how-you-want-it-to-look in the report. For specific reporting needs like this you may want to investigate the marketplace for better release reporting. There may be free options in the marketplace to do this.
If you still want to try this in a rule, it might be possible if you do this:
Please note this may be a really brittle solution, so I again encourage checking the marketplace first.
Kind regards,
Bill
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.