JQL how to filter by monthly where reporter has more than 5 issues

TJM April 28, 2022

JQL to find monthly issues reported where the reporter has >5?

 

2 answers

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 29, 2022

Hi @TJM ,

as @Trudy Claspill  said, this can not be put in place natively.

My suggestion is to create a calculated field through Script Runner that calculate, per issue basis, number of issue creted by the reporter. Once this field is on issue, you can filter this field in your jql.

Hope this helps,

Fabio

TJM May 1, 2022

Fabio:  Thank you much. I'll give it a try.

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 28, 2022

Hello @TJM 

Welcome to the community.

Jira does not natively provide a way for you to add a criteria in your filter that evaluates the quantity of issues.

You would probably create a filter that simply retrieves all the issues reported in a month and then use a dashboard gadget to display a summary of quantities of issues per reporter.

TJM May 1, 2022

Trudy;  Thank you.

Suggest an answer

Log in or Sign up to answer