Forums

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

How to retrieve all net new JIRA projects in the last 6 months using a script?

Katie Kennedy February 6, 2019

Hi All,

 

I want to retrieve all the net new jira projects from the last 6 months. Any help would be much appreciated .

 

Thanks

1 answer

1 accepted

0 votes
Answer accepted
Payne
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.
February 7, 2019

Hi Katie,

I don't have a solid answer, but some thoughts to get the ball rolling ... the date a project is created is not stored in the database. One way you can approximate it is to look at the creation date of the first issue in the project. Since you have ScriptRunner installed, you may could create a script to iterate over the list of projects, and for each pull up its first issue; if its creation date is within your time period of interest (e.g. the last 6 months), then report it. May be something you can run with.

-Payne

Katie Kennedy February 8, 2019

Thanks, I've seen this answer suggested a few times, is there any script already out there for this workaround?

Suggest an answer

Log in or Sign up to answer