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
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.