Hi Everyone,
I am trying to update one field with potentially 3 different short text values.
If the value of Complexity is 0,1 or 2 - it will update to say "One Team Managed" (works)
If the value of Complexity is 3 - it will update to say "OCM Managed"
If the value of Complexity is 4 - it will update to say "PMO Managed"
This is my current set up -
the first rule executes perfectly
2nd and 3rd do not. Can I not combine these this way?
Hi @ayoung I think your darn close. I did something similar, but instead of using 'Issue Fields Condition" I used "IF, ELSE" So If Complexity is one of 0,1,2 then say "One Team Managed" ELSE If Complexity is 3 then say "OCM Managed" ELSE IF Complexity is 4 then say "PMO Managed" or something along those lines.
I'm no automation expert, but you could try that. If all else (hah!) fails and you don't get any other suggestions, open a support ticket. They've helped me plenty with automations.
Hope that helps.
@ayoung another reason why its probably not working could be that the variables you are matching are of a different variable type; for example if you are matching a string with an integer value; also if you get the values the wrong way then 0 will work (that also means that your first contition is working) while the others dont.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @ayoung
You could use if/else conditions for this. When you use the simple if-condition, the rule processing stops when the condition is not met.
Another approach is to use the new Lookup Tables feature. This would permit creating a table row for each value, and then lookup them up directly in a simpler rule. Please look here for more information about that:
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.
Bill - thanks for this - I was not aware of look up tables - do they exist in Jira work management cloud or only Jira software/service cloud?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmmm...I do not know that. It is easy to check by looking for the action in the rule editor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.