You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi!
I have several JQL searches in a single rule and I have created a smart value variable out of each one of them: New, Closed and Immediate.
Each JQL returns a list of several issues. I need to accomplish two things:
For the first one, I can get it with without the smart value variable writing the code below, but I achieve the same if I change the related lookupIssues by the related variable. How can I do so? Is it possible?
{{#lookupIssues}}
- {{url}} - {{summary}}
{{/}}
For the second one, I just simply don't know how to get the amount of issues from a single search.
Thank you!
Have you tried to use {{lookupIssues.size|0}} to return the count of issues from the query?
The |0 part at the end handles cases without any returned issues.
Best regards,
Bill
Catch up with Atlassian Product Managers in our 2020 Demo Den round-up! From Advanced Roadmaps to Code in Jira to Next-Gen Workflows, check out the videos below to help up-level your work in the new ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.