how to make a JQL filter based on an asset

NEGAR JALALIAN April 18, 2024

hi 

I'm new to asset management in cloud 

I need to make JQL filter based on an asset 

forexample : 

project = "Secondline Customer Service" AND problem IN aqlFunction('"objectId" Is "CS-99"')

in this filter : problem is custom field for asset 

CS-99 is an object 

 

might sound stupid but tried many things but couldn't figure out :( 

2 answers

1 accepted

0 votes
Answer accepted
NEGAR JALALIAN April 18, 2024

I could have it worked in this way : 

project = "Secondline Customer Service" AND Problem IN aqlFunction("key=CS-99")

0 votes
Dick April 18, 2024

Not my forte, but isn't the IN supposed to be followed by an array (brackets) with objects?

project = "Secondline Customer Service" AND problem IN ("CS-99") 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events