Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,637,718
Community Members
 
Community Events
196
Community Groups

Unknown Value - IQL

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

2 votes
Answer accepted

Hi,

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

"User" IS NOT empty AND "User" NOT LIKE ""

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

Hi,

Try with User is empty

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

Like Marina Veselić likes this

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

Suggest an answer

Log in or Sign up to answer