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: 

Unknown Value - IQL

Arkadiusz Baka
Contributor
August 19, 2021

Hi,

what will be IQL query to find all object where value in User(Jira) attribute is "Unknown"

 

User="Unknown" - doesnt work

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Vincent MARX
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 13, 2022

Hi,

You can find "Unknown" users with this IQL query (where "User" is the attribute name) :

"User" IS NOT empty AND "User" NOT LIKE ""
Arkadiusz Baka
Contributor
October 16, 2022

It's work. Thx

Cornelius Gillner
Contributor
June 14, 2023

Holy Cow! After wrestling with this for ours and giving up hope after reading this:

https://confluence.atlassian.com/jirakb/how-to-identify-user-attributes-with-unknown-value-in-insight-1115133990.html

 

... you saved me!
I have to be honest, I don't really understand why it works but it does.

Like Arkadiusz Baka likes this
0 votes
Julia Gracia
September 10, 2021

Hi,

Try with User is empty

Arkadiusz Baka
Contributor
March 29, 2022

It's doesn't work. User is empty show only rows without value

Like Marina Veselić likes this
Marina Veselić
Contributor
August 19, 2022

Same problem here. We have to do an excessive workarround. If we want to find all the objects with the "Unknown" user value, we need to export them in csv. If we want to delete the values we need to import those objects with an empty value for the user field. 

Woould be greatful for a better solution.

Cheers,
Marina