Could I search the 'Project Created Time' in JIRA database?

kai liu February 15, 2015
 

4 answers

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 15, 2015

No, there is no field for that, it is not stored.

The best you can do is approximate it by looking at the project's ID in the database and the first created issue in it and the projects either side of it.

0 votes
Josh Simnitt April 4, 2019

If auditing enabled:

/*When was a project created?*/
SELECT *
FROM audit_log
WHERE SUMMARY = 'Project created';
0 votes
kai liu February 15, 2015

I'm trying to write a sql to search out the Project Create Date. But I can't find the field in the tables of JIRA.

So I want to know is there a field in the tables that storing such data.

Thank you.

0 votes
Daniel Wester
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 15, 2015

Can you expand on what you're trying to do?

Suggest an answer

Log in or Sign up to answer