I can't seem to find this functionality.
I have a rule that does the following:
trigger: Issue Transition to "Ready To Deploy" from any status
when triggered it
closes the attached Fixversion on that ticket using the smart value: {{issue.fixVersions.name}}
This works fine.
But I also want to send an email and in the body of the email, with the same Fixversion that's attached to the above ticket, lists all tickets in that Fixversion in the email body.
I've tried a few combinations on this page, but nothing prints out the list of issues in a fixversion that is attached to the ticket that made the transition for the trigger:
https://support.atlassian.com/jira-software-cloud/docs/smart-values-lists/
Hi Larry,
I believe you should be able to do this with our new "Lookup issues" action: https://support.atlassian.com/jira-software-cloud/docs/automation-actions/
So in your rule you can add this:
Just released:
{{#lookupIssues}}
* {{key}} - {{summary}}
{{/}}
This would print a bulleted list of all released issues. Hope that makes sense.
Cheers,
Andreas
Is {{#lookupIssues}} action also awailable for DataCenter?
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.