Dear Jira Administration Experts,
My manager would like to receive a summary of our Jira usage, including data storage metrics and the counts of forms, issues, workflows, and email automations etc. Where can I find this information?
Thank you!
Kevin
The above answer works for Data Center but not for Cloud. Most Cloud stats can be found without a plug in and requires API calls and understanding the JSON response you get from the API calls. I will specifically address each of the examples you gave:
You may also find this URL helpful: https://your-domain.atlassian.net/secure/ShowConstantsHelp.jspa?decorator=popup
Other API calls are documented in The Jira Cloud platform REST API (atlassian.com)
https://your-domain.atlassian.net/rest/api/3/workflow/search
when I use above one I am not getting total number of workflows I mean it not showing count. It getting all the workflows we are using in jira. Please assist.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Kevin 👋
Database statistics
The information in this section can help determine how much resource (e.g. memory) your Jira system requires.
Best Regards
Ralf
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.