Forums

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

how to get create & resolved data from api

zhujianfeng
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!
September 5, 2021

how to get create & resolved data from api?  like below report display.

jira_data.png

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 5, 2021

You'll need to use a search to fetch all the issues you are interested in, and then read the results for the dates of creation and resolution from them.

https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/ has a load of examples, including how to run a search over the REST API

Suggest an answer

Log in or Sign up to answer