Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the JQL to show the list of names that are no longer working for the organisation

Lakshmi Kumari
Contributor
August 6, 2023

Need JQL to find out the list of tickets created by "Inactive" folks

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 6, 2023

Hi @Lakshmi Kumari 

With the built-in features, you could do this by exporting the users and using their account id values.  For example:

  • export all of the inactive users
  • grab their account id values from the export, and use those as a comma-separated values list
  • and then search for them with JQL, perhaps like this
reporter IN ( firstInactiveAccountId, secondInactiveAccountId )

 

What problem are you trying to solve by doing this?  That is, why do this?

 

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events