You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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
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.