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.
If auditing enabled:
/*When was a project created?*/
SELECT *
FROM audit_log
WHERE SUMMARY = 'Project created';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you expand on what you're trying to do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.