Hello,
I was wondering if theres any report about complated issues. Basicly what i want to see if how many issues i have solved in a date range. Thanks for any help
Hi @Onur AKÇAY I don't see a delivered report that would do that. You could create one by using Series 'Resolved' and set the filter to look either at Assignee being 'Current User' (if you run it) and then set ResolutionDate between a specific range.
OR you could select 'View All Issues' under 'Filters and then set some fields in JQL. Assignee is CurrentUser(), ResolutionDate like this for range:
created >= 2022-05-01 AND created <= 2022-05-02
That should get you close.
Hope that helps.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.