The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

iqlfunction to look up issues to which an Insight Object is linked of which a certain attribute is e

Marco Brundel
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 12, 2022

Hello, 

Is it possible with iqlfunction to look up issues to which an Insight Object is linked of which a certain attribute is empty?

I have

cf[15203] in iqlFunction("\"Attribute1\" IS \"EMPTY\"")

Tried but there I get

IQL in iqlFunction is not valid

As notification on.

 

Regards,

Marco

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Stefan Krooshof
Contributor
January 12, 2022

Hi @Marco Brundel , yes, this is possible.

However, your IQL contains an error, "EMPTY" should not be in apostrophes. Corrected: 

cf[15203] in iqlFunction("\"Attribute1\" IS EMPTY")

 

TAGS
AUG Leaders

Atlassian Community Events