I am filtering the issues which were moved from status test to client review using :
project = Kt and status changed from test to client review
we have another requirement to be added to the above , like
is it possible to filter it on weekly bases (for each consecutive weeks) ?
Hey Mallikarjun,
Yes, it's possible! If you put "AFTER startOfWeek()" parameter at the end of your query it will do the trick. It will be like this:
project = Kt and status changed from test to client review AFTER startOfWeek()
You can refer to the page below for even more information regarding JQL:
https://confluence.atlassian.com/display/JIRA063/Advanced+Searching
Cheers,
You can add
AFTER -7d
to get the issues that changed in the last 7 days. So it would be:
project = Kt and status changed from test to client review AFTER -7d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline 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.