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.
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.