Hello,
We are trying to create an automation with multiple variable and I can't find a good way to do it.
Here is the resume :
I assume that it is possible but I'd like your advise on how to do it and if possible without creating an unreadable automation ^^
Thanks for your help
Hello thank you for your answers, that's what I was trying to use but could find the logics to operate to achieve my goals.
I think that I just found what I wanted :
With an if/else block
Have you tried using the Condition IF/ELSE?
This Condition allows for AND/OR based conditions - you could then tie multiple conditions together.
For a cascading field, I'd probably use a JQL Condition for the multiple conditions, then set it to "At least one condition matches" to make it an OR statement.
You could then...
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Excellent suggestion by @Ste Wright - on using the JQL condition to build out your logic for the automation rule.
If later on, that you need to test out child option of a cascade list and wanting to know how ot use other conditional usage of automation instead of JQL, then you can use smart value syntax to test out against a cascade list field -
Example -
My Cascade Field values are: {{issue.Country-City}} ***** Actual Parent value: {{issue.Country-City.value}} ***** Actual Child value:{{issue.Country-City.child.value}}
I use the Log Action as a part of my process when configuring my automation rule for debugging process. In the above example - My custom field is "Country-City" where I want to get the parent option and child option associated to an issue by using the syntax of "value" (parent) and "child.value" (child).
Hope this also helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
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.