How to get all sprints started from last 2 months & number of stories or task added & removed from each sprints.
Also is there any API to find or get the spilled over stories?
API or jql is also fine.
To get all sprints started from last 2 months, I can do this like below
First get all the board for given project
https://jira.rakuten-it.com/jira/rest/agile/latest/board?projectKeyOrId=WMSIND
now get the sprint details for given board
https://jira.rakuten-it.com/jira/rest/agile/latest/board/{boardId}/sprint
but how to add to get only those sprint whose start date is greater than last 2 month?
And Also how to know how many stories or task is added and deleted for given sprint or each sprint.
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.