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
Does anyone know of this query? All tickets resolution = unresolved in a project and the reporter is an Inactive User.
Hi @Peter Rufo
If I get it right you are on the server version, in that case, I think Atlassian decided not to implement that functionality, I found this request related to it: https://jira.atlassian.com/browse/JRASERVER-29149
You should use an addon like Scriptrunner to add additional JQL functions, you can find the documentation here.
In case you are on the Cloud you should be able to directly use the following JQL:
reporter in inactiveUsers()
I just tested it and it works
I hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In order to search on reporters that are inactive you have to know their Atlassian Id in order to do it. If you go to admin.atlassian.com and search for the user and go into their profile you can see the Id as part of the URL.
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.