Forums

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

JQL quick filter for issues updated current week

Michal Frejka April 20, 2022

Hi, community,
I would like to ask if there is a way to filter all issues that have been updated in the current week only.
We are working on a project (scrum, weekly sprints from Monday to Friday) where we have a lot of issues stuck in "for review" status because the guy responsible for the review is running late. This situation makes it difficult for me to keep track of what issues have changed their status in the current sprint, cause every time we start a new sprint, they just being moved there.

I assume there is some JQL for this but since I'm new to using Jira I'm still struggling with JQL commands.

Thank you in advance.

1 answer

1 accepted

1 vote
Answer accepted
Sreenivasaraju P
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.
April 20, 2022

HI @Michal Frejka ,

You can use updated >= startOfWeek() query to get tickets updated in the current week.

 

updated >= startOfWeek()

Michal Frejka April 20, 2022

Hi @Sreenivasaraju P and thank you for your response.
I already tried this one but the problem is that even moved issues from previous sprint are in the matter of fact being "updated" once they're moved. So I need something that only shows issues which changed their status, not exactly updated ones cause they're all considered as updated.

Sreenivasaraju P
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.
April 20, 2022

Hi @Michal Frejka ,

You can use below query for the same.

status changed AFTER startOfWeek()

Michal Frejka April 20, 2022

@Sreenivasaraju P Awesome, this one works just great. Thank you for your help :-) 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events