Forums

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

Jira Rest api

srinivas kolaparthi March 22, 2021

HI,

How to fetch storypoints commited,completed using RESTAPI?

1 answer

1 accepted

2 votes
Answer accepted
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 23, 2021

Hello @srinivas kolaparthi ,

The story points are found under the custom field ID of the issues and doing a call to the following:

To obtain the "Story Points" for a given issue the field will appear as "customfield_<id>".  and you would need to aggregate the issue data from the field to the sprint the issue was in.

However, the issue comes with committed and completed aspect as data for story points lives on the issue not in the sprint, as the actual points are tied to, and live in the issue data directly so the committed and completed points are calculated in a different process through aggregating the issue data in the sprint reports so there is no field data to be pulled for the aggregated data, and there are not currently any options in the API to pull a sprint report data.

I recommend checking out the following threads.  There are some concepts in the following Threads on how to accomplish this with various other means such as creating a plug-in and using the JAVA API, but in the first one there is a link to a git-hub repo where a user posted some scripts to create external sprint reports using google sheets to pull and collate the data that looks like a really good solution direct link to that repo here:

Regards,
Earl

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events