Forums

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

How to find reporter who filed maximum incidents from JIRA directly

Rohit Suryawanshi June 3, 2019

Hi,

How to find reporter who filed maximum incidents from JIRA directly. I would like to get the reporter name for some duration lets say "last 3 months" & had filed maximum incidents.

This I need directly from JIRA, exporting list view in excel & checking is different case.

Let me know if we can do it by some JQL query?

 

Thanks, Rohit

1 answer

1 accepted

2 votes
Answer accepted
John Funk
Community Champion
June 3, 2019

Hi Rohit,

For those types of needs, I usually create a simply filter first. In this case maybe something like: project = ABC AND created <= endOfMonth() AND created > endOfMonth(-3M) ORDER BY created ASC

(there are several ways to calculate "last 3 months). 

Then I create a dashboard or use an existing dashboard and place a new gadget on the dashboard. I use the Issue Statistics gadget.

Then I would use Reporter as the Statistic Type. This is give you a list or reporters with a count for each reporter. 

I hope that helps!

Rohit Suryawanshi June 3, 2019

Hi John, this works for me. Thanks for your quick help..

John Funk
Community Champion
June 3, 2019

Great! Can you click on the Accept Answer button so the discussion will get closed out? 

Thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events