Agile board info through REST API

kA February 6, 2014

Hi friends,

It is possible to retrieve the Agile board name and Velocity Chart details like Sprint, Commitment and Completed column details through REST API.

Please share your thoughts,

Thanks in advance,

Karthik A.

3 answers

1 accepted

0 votes
Answer accepted
RambanamP
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 6, 2014

you need to try something like this

/rest/greenhopper/1.0/sprintquery/3

https://answers.atlassian.com/questions/154258/how-to-access-green-hopper-data-via-rest

1 vote
Jeff Lamb August 22, 2016

Figured this out.  It's not in the REST API docs, but if you look at the network requests on the velocity chart report page, you can see this call made:

http://myserver/jira/rest/greenhopper/1.0/rapid/charts/velocity.json?rapidViewId={rapidViewID}

This returns the last 7 sprints.  I don't think it's configurable beyond 7, though, from what I can tell.

0 votes
kA February 12, 2014

Hi Prasad,

Thanks for your update, It is really more helpful to me. Then i need another one clarification, can i able to retrieve all chart information from Agile.

Thanks in advance,

Karthik A.

Suggest an answer

Log in or Sign up to answer