Good morning community!
First of all a greeting
I hope you can help me
I want to know how many TOTAL incidents I have created in my instance jira cloud and I can't find how to obtain this information.
I tried doing a jql and in the result it shows me 1000+ but I can't get the exact number!
Any ideas?
Thank you.
PD: I am an administrator and I know that in jira server you can get this information
Hi @Saul Alexander Mata Velasquez
You can use REST API endpoint for this. Paste this on your browser's address bar :
<jira-base-url>/rest/api/2/search?jql=&fields=*none"&maxResults=0
Replace <jira-base-url> with your Jira Cloud URL.
Adrian Stephen Thanks!!!
It works perfect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're welcome! Have a great day.
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.