Hi
I'm new to JSM and I need to make JQL filters that includes some asset fields ...
I have already created a simple one :
project = "FirstLine Customer Service" AND Problem IN aqlFunction("key=CS-99")
but now I want to include more key in the search .. the simplest way was :
project = "FirstLine Customer Service" AND Problem IN aqlFunction("key=CS-75") OR Problem IN aqlFunction("key=CS-82")
can anyone suggest better and shorter filter ?
I'm not an expert myself but I think you should be able to do
project = "FirstLine Customer Service" AND Problem IN aqlFunction("key in (CS-99, CS-82)")
Is that better?
Best,
Hannes
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.