When I choose a due date for a task I have a week that starts on monday and ends on sunday. The way I want it
But when I filter on what expires this week it doesnt say any of the tasks of this week because that filter thinks the week ends on saturday. Since I put the due dates on Sunday, this filter does not work.
Besides putting due dates on saturday (which I dont what to do) and making a custom query filter. Is there any way to fix the standard filter on what expires this week, as in until sunday?
Hi @angel1573 -- Welcome to the Atlassian Community!
You cannot change the built-in definition of when a week starts and ends for the JQL functions.
However you can use increment / decrement values with the functions startOfWeek() and endOfWeek() to adjust to your needs. Please see this documentation for examples of that:
https://support.atlassian.com/jira-work-management/docs/jql-functions/#startOfWeek--
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.