Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I create a report that ranks all issues by reporter?

Justin Wild -UCAR-
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 19, 2018

In Jira Service Desk 3.9.2, how do I create a report that shows all issues ranked by the reporter? I'd like to see which users are submitting the most issues. 

2 answers

0 votes
Justin Wild -UCAR-
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 22, 2018

The problem that I'm running into is that the CSV export is limited to a thousand records. I would prefer not to have to break up the data by date, for instance, in order to get under 1,000 records.

0 votes
Amirul Ikhwan Omar
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 22, 2018

You can use JIRA search issue and use JQL to list all the issues in the project.

project = "Your Project name" ORDER BY reporter ASC

Then you can extract the issues to CSV for reporting.

Suggest an answer

Log in or Sign up to answer