Is there any way to retrieve the amount of issues in an specific project?

Hi everyone, I need the number of issues in a project, and also their status (done,progress,to-do,etc).

I am developing my own dashboard to control my develop team, so I need the number of to-do issues, progress issues and done issues.

Thanks for your help.

hi @carlos.licto,

Take a look at the Jira Cloud REST API, specifically the search option : https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-search-get

That should help you out.

1 Like

Thank you so much. It works !!