How to determine committed issue count at the start of the sprint?

Pooja Wandile September 22, 2022

HI,

Does anyone know JIRA API for function to get the initial number of issues committed at the start of the sprint? 

Thanks

1 answer

1 vote
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 22, 2022

Hi @Pooja Wandile - There is no easy way to do this natively. There's an open suggestion for it here:

https://jira.atlassian.com/browse/JSWSERVER-20097

The easiest way is to get scriptrunner which has this function built in.

If you want to go about it through the API, you'd have to make a series of calls to get the data you need, store it in a data warehouse and query it.  You're better off hitting the database directly.

Suggest an answer

Log in or Sign up to answer