I am trying to work on an API with my team to pull jira tickets into a Database with an API. I have to provide the Dev Team with the unique ID's for each Field and Project.
I cannot find the unique ID for "Created" or "Created Date" or "Created Date Time"
Regards,
Sidney
Hello @Sidney Harris ,
Seems the only way is to query the API:
{Jira base URL}/rest/api/3/field
The system field do not have numeric ID value. According to the query, the ID for Created field should be "created".
Adam
Columns to display: [created] is not a supported column name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.