Hey, is there a way to retrieve the status of all stories from a specific sprint as they were on a given date in Jira? Thanks :)
Hello @Jorge Ugalde
Welcome to the Atlassian community.
If you are using only the native Jira functionality there is not a method to do that in the UI. You may be able to get the information through multiple API calls to
- get all the issues in a specified sprint
- pull the history for each issue
- parse through the history records to figure out the status on the specified date.
While I have not needed to create such a report myself, it is also possible that there may be a third party app that could get you what you want. Are you open to considering a third party app?
Ok, thanks for the response :)
Third part app may be a good alternative, do you know any that could help me?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.