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.
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.