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
Run the following JQL createdDate >= -7d
This will give you issues within the last 7 days (a week) from today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.