Does Jira has any API which can be used to capture the Creation Issue date and Closed date.
Hi @Rahul Bella ,
Welcome to the Atlassian Community!
I am not sure if this question is for Jira Server or Cloud since it is has not been specified. However, this can be achieved by sending a GET request to the 'issue' endpoint specifying to only return the created and resolutiondate fields, and the below example should work fine in for both:
For more details please review the JIRA REST API documentation:
Cheers,
Dario
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.