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.
HI @Michal Frejka ,
You can use updated >= startOfWeek() query to get tickets updated in the current week.
updated >= startOfWeek()
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.
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.
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.