Calculate and compare the fields, calculate A+B=C. If the A+B score is less than 9, the priority is P1. If it is greater than or equal to 9, the priority is P0. Please guide me!
The code is as follows:
You could also use automation.
You would need to field to store the C value.
Have an automation trigger based on issue creation or field value change, then sum the values of fields A and B and store in C.
Then re-fetch the issue date and have a condition to check the value of C against the required number value and action to edit or set the priority value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Too many field values, using automation rules is a bit inappropriate.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.