JQL: Last used/Last run Filters + Inactive users

Anuj B May 13, 2019

Hi - 

Could someone explain if its possible in native JQL (or JIRA's REST APIs) to get the following:

1. A list of all filters with a timestamp as to when each were last run. This will help us cleanup some old/redundant filters.

I checked the response from https://{{host}}/rest/api/3/filter? api without luck - there isn't a lastRundate attribute (or something to that effect).

2. A list of all users & when their last login date was.

Thank you!

2 answers

1 vote
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 13, 2019

1. Jira does not capture this information in a manner that is searchable with JQL.  I don't believe that it even captures this information at all. At least, it isn't anywhere in the database that is obvious. 

2. You can see this from the Admin -> User Management view.  There is a column called "Last seen on site" that shows this.  From looking over the REST API docs, it doesn't seem that the last login date is presented over the REST API, unfortunately.

Anuj B January 27, 2020
0 votes
Paul Madison
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.
March 17, 2023

This still seems to be missing even in 2023!

Wendy Grapentine August 16, 2023

Agreed.  This is very frustrating.

Suggest an answer

Log in or Sign up to answer