I have multi-projects automation, lookup issues inside and want to send email divided by several sections (one per project). Some pseudo code below
{{#projects}}
{{project.name}}
{{#lookupIssues}}
{{if project.key in key }}
*{{key}} {{summary}} {{url}}
{{/}}
{{/}}
{{/}}
How I can get projects list here?
What problem are you trying to solve with this automation? It seems like a list of the issues in each project.
And...I do not believe there is a {{project}} smart value, and if you have more than 100 issues in a project, that Lookup Issues could only process the first 100.
Best regards,
Bill
I have custom JQL with issues in specific status and I definitely know that issues amount will be less than 100. That status it’s call to action for project manager: check, define requirements or agree with customer. Create this automation in every project is very annoying.
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 your scenario.
I believe that isn't possible unless you use separate rules in each project or use JQL for each project in a single global scope rule. And there is no generic looping structure in automation rules, so even if you had a project list you cannot make this generic.
Of note, global rule execution has execution count limits, so unless you are on the premium version this could use up your limit quickly.
Have you considered creating and testing a project-level rule, then as site admin copying it to each project which needs it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.