Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to get count of issues of a project using Rest API or All the projects in the tenant

ChanduMohammad S December 28, 2022

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?

1 answer

0 votes
Riley Venable
Community Champion
December 29, 2022

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

Suggest an answer

Log in or Sign up to answer