The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Advanced Search - Find Most Recent Accessed Date of Project

YUN BAI
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 11, 2016

Hello,

 

I am trying to identify if a project is being inactive status or not. Therefore based on the most recent project active date, I can determine if I can remove the project or not.  I know I can use "issue created date","issue updated date".

But the way I am thinking of is to see when is the most recent date that a project or projects had been accessed/opened. So the search scope would be for all the projects I have. The search criteria is to find out the most recent active date (access date would be great). Is there a way that I can write a JQL query for based on my criteria? Or how can I query and get result of most recent activity for a project (or for projects)?

Thanks in advance,

Yun

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Nic Brough -Adaptavist-
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 Champions.
October 13, 2016

Depends on how you define your "accessed/opened".

The obvious definitions are:

  1. Last updated.  Which you've already covered
  2. Last time someone viewed an issue (or maybe the project header).  This is pretty much impossible, as there are so many ways you could view an issue, and JIRA logs precisely none of them.  Inside JIRA, there's no way to know.  If it's behind a proxy, you (might) have logs, but they're nothiing to do with JIRA, so there's no chance of JQL working, because it can't see them.