Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I need to retrieve Lead Time from Jira Issues, to make my own personalized dashboard.

Rahul Bella
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 3, 2019

Does Jira has any API which can be used to capture the Creation Issue date and Closed date.

1 answer

1 accepted

0 votes
Answer accepted
Dario B
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 5, 2019

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:

  • http(s)://<JIRA-URL>/rest/api/latest/issue/<ISSUE-KEY-OR-ID>?fields=created,resolutiondate

 

For more details please review the JIRA REST API documentation:

 

Cheers,
Dario

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events