I want to use script runner's fast-track service to put a ticket into a particular status if the ticket comes directly from Service Desk. I think I should be able to do this by checking that there is a value for the field "Customer Request Type" and can see that using JQL like this
"Customer Request Type" is not EMPTY
But am having trouble doing that. I tried:
cfValues[‘Customer Request Type']*.value.contains("")
But obviously that does not work.
Anyone know how to do this?
For non-empty, you just need:
cfValues[‘Customer Request Type'
Thanks Jamie... you are always appreciated. I think it is missing a closing "]" but that is the right answer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I blame the rich text 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.