How many issues created are in my instance jira cloud

Saul Alexander Mata Velasquez January 22, 2020

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 

1 answer

1 accepted

6 votes
Answer accepted
Adrian Stephen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 22, 2020

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. 

Saul Alexander Mata Velasquez January 22, 2020

Adrian Stephen  Thanks!!!

It works perfect.

Adrian Stephen
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 22, 2020

You're welcome! Have a great day.

Suggest an answer

Log in or Sign up to answer