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.
I want to create an automation that when a child issue transitions to a certain state, the priority is auto-calculated from 2 fields.
In essence, it's a 2 dimensional look up. I'm fine creating it with if/then statements, but would rather something cleaner because there are 25 combinations. I've started building out the if/then tree, looking like this:
Hi @Nick Youngerman -- Welcome to the Atlassian Community!
Without more details...I expect this can be done in a single statement without any if/else structures, using a mathematical expression wrapping conditional functions strung together repeatedly:
{{#=}} ( {{#if(equals(issue.priority.name, "Highest")}} 100 {{/}} ) * ( {{#if(equals(issue.urgency.name, "Right Now")}} 100 {{/}} ) {{/}}
Please give it a try, and if you get stuck please post your criteria/formula and the community can offer suggestions.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.