Hello
I try to found assets using the api assets/1.0/object/navlist/aql
with the qlQuery payload such as
{ "qlQuery" : "objectTypeId=<id1> OR objectTypeId=<id12>"}
but there is always the same response
{'errorMessages': ['Something went wrong. Contact administrator'], 'errors': {}}
It seems thaht qlQuery does work because when i use objectTypeId attribute in the payload it works (but only oneid is available)
Hi @Olivier Vanduynslaeger and welcome,
didi u try the following aql :
objectTypeId in (id1, id2)
https://support.atlassian.com/jira-service-management-cloud/docs/use-assets-query-language-aql/
Hope this helps,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.