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

JQL for Inactive Reporters with Unresolved Tickets

Does anyone know of this query? All tickets resolution = unresolved in a project and the reporter is an Inactive User.

 

 

2 answers

1 accepted

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 

Thank you for the response.

0 votes
Mikael Sandberg
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 02, 2023

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.

Suggest an answer

Log in or Sign up to answer