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.
Hi Community,
I have been trying to create an automation without result so I'm asking for help. :)
Expected Rule: when scheduled, looks up issues based on a JQL and sends an email including the count of issues with SLA met.
What I know so far:
Now I can't figure out how to count them if False. I was hoping for something like this:
{{lookupIssues.customfield_10068.completedCycles.breached.equals("false").size}}
Any advice is welcome!
I'm adding a JSON screenshot in case that helps.
I second this. You won't he able to do this in smart values so in the JQL filter it down to just breached ones and then you can use the count of issues returned by lookup issues.
I'll third Darryl's advice. 👌