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
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")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.