You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
what will be IQL query to find all object where value in User(Jira) attribute is "Unknown"
User="Unknown" - doesnt work
Hi,
You can find "Unknown" users with this IQL query (where "User" is the attribute name) :
"User" IS NOT empty AND "User" NOT LIKE ""
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Holy Cow! After wrestling with this for ours and giving up hope after reading this:
... you saved me!
I have to be honest, I don't really understand why it works but it does.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.