This custom JQL function allows you to replace hard coded date ranges like:
created >= 2023-11-19 AND created <= 2023-11-25 order by created DESC
with:
issue in weekOf("1", "created") order by created DESC
for last week. This is relative from today (minus 1 week).
or: