You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.