I'm using Jira Automatons to send a weekly email of To Do and In Progress issues. I have that email and reporting working just fine. However what I want to do is have the email state "No To Do and In Progress Issues" or "No Open Issues" if their are no open issues,
At the moment I'm using "{{#lookupIssues}}" and sending the email weekly with all open issues reporting by bullet points in an email, just can't figure out how to add a status when there are no open issues .
For example I'd like to add the note in italics below to the email when nothings cooking in the queue:
No "To Do" or "In Progress" Issues In Queue
Cheers,
Jason
You can check the size of the {{lookupIssues}} to see it returned any issues or not, that way you can indicate in your email if zero issues are returned.
{{lookupIssues.size}} will give you the size that you can then use in an if/else component.
Thank you! I'll give it a shot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Get the most out of Jira
Explore the interface and basic Jira terms, then discover how to effectively manage your work.
Learning Path
Atlassian tools and practices for developers
Focus on your development work by using Jira software features and functions efficiently.
Atlassian Certified Associate
Jira Software Essentials certification
Demonstrate proficiency in utilizing essential Jira features and working efficiently with Agile frameworks like Kanban and Scrum.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.