Any that can take a date range as part of their parameters (usually done by the filter more than the report)
If you want more than that, I'm afraid your question is too vague as it is. What are you trying to compare? What are you hoping the report will tell you?
I m trying to compare bugs based on severity between years i.e from 2018 , 2019 and 2020
I used issue by date report. But its summing up the values for every year.
For example, 2018 : 10 critical issues
2019 : 12 critical issue and 2020 18 critical issues
Then report display following date on chart i.e
2018 :10, 2019 :22 and 2020 : 40
So I was searching some other reports which I can use to display this information
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can think of two ways to do this without leaving Jira, although one requires a little code.
The native way with no code needed:
The option with some coding:
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.