Dear ALL,
where can I find the syntax to be used in "advanced compare condition" where the condition is that the value of a smart value (in my case a number) is between 2 values?
I have tried the following but it doesn't work:
Thanks, Vincenzo.
You may use either two Issue Field Conditions or use a single Advanced Compare Condition (with a conditional expression and the and() function.
Kind regards,
Bill
Hi @Bill Sheboy
nice to read you again out.
Do you mean like this? (I get a parsing error):
What is wrong?
Thanks in advance, Vincenzo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When already inside an expression with double-curly brackets, please do not add more.
Assuming your field is a number you could try this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks a lot @Bill Sheboy.
I see: I understand then you can not pass the smart value I have defined (ComplAverage); you got to pass the original issue (issue.fields.customfield_29300).
If so, something to be improved here.
Thanks again, Vincenzo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just so I understand...were you using a Created Variable rather than the field directly?
If so, that explains the problem: Data Center's automation rules do not have the asNumber function yet (but Cloud does). With that function, you could have used ComplAverage.asNumber and it would have worked.
Please consider marking this question as "answered" to help others with a similar need find solutions faster. Thanks!
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.
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.