In our JSM project, each issue/ticket is associated with an external Organization. We have created dozens of custom Organization fields. How can we create a query like:
List all tickets where Organization custom field ABC = "XYZ" for the ticket's associated Organization(s)?
Hi @Tom Oritt
Just like any other custom field. JQL will be for each custom field = org name for example.
Is anything not working when running the JQL? The JQL auto-fill can help you create the query,
Regards
Aaron
Thanks, Aaron. Let's say I've created a custom Org field called "Services". If I write the JQL like this:
project = "Customer Production Support" and Organizations.Services = "ABC"
I get this error:
Field 'Organizations.Services' does not exist or you do not have permission to view it.
Maybe I have the wrong syntax.
The JQL autocomplete shows me that the "Organizations" field itself is cf[10002], but how do I specify my custom Org attribute (like "Services") in the JQL?
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.