How can I see the problems over the past week using JQL?

Maxim Vaskov August 29, 2017

I want to see all the problems over the past weeks.

For example : 

 from 21/AUG/17 to 27/AUG/17   or  14/AUG/17 to 20/AUG/17

1 answer

1 accepted

1 vote
Answer accepted
Tayyab Bashir
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.
August 29, 2017

Run the following JQL createdDate >= -7d

This will give you issues within the last 7 days (a week) from today.

Maxim Vaskov August 29, 2017

Thy!

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 29, 2017

You can use absolute dates too if you want.  And the before/after syntax.  I find the dynamic ones Tayyab recommends the best to work with generally though. 

A fixed date range is essential when you have a specific question about a period of time, but "show me the last 7 days" is really great for dashboards and "what's happening now" things.

Suggest an answer

Log in or Sign up to answer