How can I see when a JIRA project was created?

Kiril Skuibida March 20, 2015

I have a plenty amount of projects. Is there a way to see their creation date?

Thanks in advance! 

2 answers

1 vote
Josh Simnitt April 4, 2019

Try this (if auditing is enabled):

SELECT *
FROM audit_log
WHERE SUMMARY = 'Project created';
1 vote
Jobin Kuruvilla [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 Leaders.
March 20, 2015

In the later versions of JIRA, project created date is stored in audit logs. But you won't be able to find it for projects created in the past though.

Suggest an answer

Log in or Sign up to answer