How to find the project creation date for JIRA server with MYSQL Data Base
MY SQL Version - 3.7.35
JIRA Server - 8.13.10
You shouldn't be looking at the database, it is not designed for reporting, and reading it is the worst possible way to report on anything on Jira.
There is no SQL to find the project creation date. Jira does not store it, so there's nothing to look for.
The audit log (which you can read over REST or in the UI) does record project creation with a date stamp, but records in there are only retained for a short time.
It looks like you're new here. Sign in or register to get started.