Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I want to create filter which shows all the tasks done on current day. Please suggest a way.

Anjali Kumari
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 21, 2024

I want to create filter which shows all the tasks done on current day. Please suggest a way.

3 answers

0 votes
Iryna Komarnitska_SaaSJet_
Atlassian Partner
March 21, 2024


Hi @Anjali Kumari ,

Welcome to the Community!
Try this JQL query statusCategory
= "Done" AND resolutiondate >= startOfDay() 

Instead of Done, there can be any other status, which in your workflow means the task is closed.


Also, suppose you're interested in more advanced reports on time in status, finding bottlenecks to improve team productivity, or better reallocating resources. In that case, I suggest you try using the Time in Status for Jira app.

2024-03-21_17-26-25.jpg

You can generate a report and analyze the entire path of a task before it reaches the Done status.
This will help you better understand your workflows and gain valuable insights.

My team developed the app. We offer you 30 days of free trial.

I hope you find it useful!

0 votes
Jonathan Smith
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 21, 2024

resolutiondate >= startOfDay()

0 votes
Walter Buggenhout
Community Champion
March 21, 2024

Hi @Anjali Kumari and welcome to the Community!

If you can determine a list of statuses that you consider as done, you can use a query like this to compose that list:

status changed to (Done, Closed) after startOfDay()

Hope this helps!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events