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 have an automated email report set up to send at 4pm everyday with items with a certain label in a single list. This works perfectly, I would like the report to start including items from a second list with the same labels. I've tried so many different ways and none of them work. If someone could explain how the report code works? Where do I find the report code? I included where I want the reports to show in the email but if I want multiple reports in an email how do I put the code in?
To use multiple report actions, you'll need to specify the "in variable" option on the report action. Otherwise the "report" variable will just be overwritten by the last action.
You'll then reference {listingsReport} and {completedReport} for example, instead of {report}
I tried it like that just now and it's still not working. I get the email with no reports.
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.
Hey @Amy Louise - looking at your rule, I think you're missing the "$" before the report variable:
Does that work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I needed the codes {$listingsReport_html} and {$completedReport_html} but that definitely helped...thank you so much!!
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.