I'm wondering if it is possible to filter tickets by date. Like for instance what I would like to do is filter on items that were closed within the last week.
You can use
status changed to closed after startOfWeek()
Hi Maria,
you can use the following approach:
resolved >= startOfWeek()
Other jql function are available here https://confluence.atlassian.com/jirasoftwarecloud/advanced-searching-functions-reference-764478342.html
Regards,
Fabio
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.