Forums

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

Is there any way to access issuefunctions with out using any add on

srinivasa rao kandimalla
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!
February 10, 2018

we are trying to find out the issues which were added after the sprint start date ...  how to access Rest API's  to get that information ...i dont dont want to use Script runner or any other Add On's to  get this information 

1 answer

0 votes
Alexey Matveev
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.
February 10, 2018

You would need to use several rest calls. 

1. You need to define when the required sprint started. You can do it with 

GET /rest/agile/1.0/sprint/{sprintId}

2. You should find all issues in the sprint

GET /rest/agile/1.0/sprint/{sprintId}/issue

3. You should iterate for all issues in the number 2 and compare the date when the field sprint was changed to the sprint startdate. You can get info about when the sprint was changed by this Rest call:

GET /rest/api/2/issue/{issue key}?expand=changelog

srinivasa rao kandimalla
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!
February 10, 2018

Thanks a Lot @ Alexey Matveev  for the Prompt Reply , let me have a try ......

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events