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.
Use case : For each reporter , all the issues he has created without mandatory tags a consolidated email needs to be sent with jira links of all the issues.
Using issue.toUrl simply sends one email per issue ( ex 5 emails for 5 issues ) & #lookupIssues is sending emails with blank body. Below are the screenshots :
Hi @Kunal Kumar
To use the {{lookupIssues}} smart value, you need to first call the Lookup Issues action. Please try this change to your rule:
Kind regards,
Bill
Get it , but I am on JIRA server and lookup issue action is not available for me to use. Is there any other way I can achieve this use case ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for clarifying, as your post indicated you were using Cloud but you are actually using Server/Data Center.
The Server/Data Center version has an option for bulk-issue processing. This is a setting you select either with the Scheduled Trigger with JQL or with a Branch. After enabling the setting, you would use the {{issues}} rather than the {{lookupIssues}} smart value. https://confluence.atlassian.com/automation/run-a-rule-against-issues-in-bulk-993924653.html
You can use your original rule with JQL in the scheduled trigger, enable bulk processing, and replace {{lookupIssues}} references to {{issues}} Please note that is plural {{issues}} for bulk-issue handling.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.