I have an object called "Store Locations" and under the "Status" attribute, I added a status called Group 25. How do I query to just show the store locations that are under Group 25?
I was able to figure it out. See aql below:
"store location" in aqlFunction("objecttype= \"Store Locations\" AND Group = \"Group Pilot\"")
Hi @Louie Goode
Are you searching just within Assets or are you trying to perform a JQL+AQL search?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Josh,
I am trying to perform a JQL+AQL search so I can save it as a filter.
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.