Hi guys,
I use Jira Core and I see how I can export a report on various things once I go into a particular project.
What I would like to be able to do, however, is get a report on ALL completed tasks over a period of time. In other words , I don't want a report just on a particular project but on all projects where work has been done.
I hope this makes sense?
Thank you in advance!
HI @Emma Lecce
Welcome to the community!
You can run the below JQL like..
resolution in (Done)
You will get the result of all the projects and ticket is resolved/completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Emma Lecce,
Yes, you will be able to search for issues which are resolved based on all the projects from the Issue Navigator page. Please see the page on how to do Advanced search in JIRA Cloud or this link if you are using the server version of JIRA.
You can form a JQL without the project name/key for example
status in (Resolved, Closed) and createdDate >= startOfMonth()
Regards,
Vijay Ramamurthy
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.
where can I enter this JQL in Jira Service Desk Management? I am also interested in creating a report list of tickets resolved tickets based on period: weekly, bi-weekly and monthly.
I appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.