Hi All,
I am new to Jira automation and i have the requirement of to complete the following -
We 4 Numeric value custom fields in Jira cloud and i need help with creating an automation rule to get the highest value of the first 3 fields to be populated on the 4th field.
Example:
Field 1 - Drop down values 1,2,3,4,5
Selected value - 4
Field 2 - Drop down values 1,2,3,4,5
Selected value - 1
Field 3 - Drop down values 1,2,3,4,5
Selected value - 5
Field 4 - Drop down values 1,2,3,4,5
Need the value of "Field 3" which is 5, as that is the highest value from the above 3 fields
Any guidance here will be very helpful, thank you in advance
Hi @RNV Jira1 and welcome to the community!
Try the following, it worked for me:
{{#=}}max({{issue.fields.NumSel1}},{{issue.fields.NumSel2}},{{issue.fields.NumSel3}}){{/}}
Cheers,
Alex
Good to know that this helped you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @RNV Jira1
Another solution, you can check if you're comfortable with Marketplace plugins, is Business Process Manager add-on, developed by my team.
For solving your case use Form Logic with if/then rules. Here is an example:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @RNV Jira1 Welcome to Atlassian Community!
Are these (Field 1, Field 2, Field 3 and Field 4) number fields or single select list fields?
Thanks
V.Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.