Hi Folks
Have a requirement where in need help on below,
1. How to get count for each sprint how many user stories where closed for a particular project using Rest API? Curious to know if we can achieve for multiple projects in a shot
2. How to get the count of user stories that was committed initially during sprint start vs sprint close using rest API?
Hello @ChanduMohammad S
1. You can use the REST API first to get all of the projects (or specify projects), then you want to get all boards and filter them by project ID; after this, you can get all the sprints from a board ID, then you can use Get issues for sprint and then filter by state.
2. This is a bit more complex to answer, and I need more information. Have the issues been removed from the sprint?
If you need more help, please reach out to me on Linkedin: https://www.linkedin.com/in/riley-venable/
Best regards,
Riley Venable
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.