-
Suggestion
-
Resolution: Fixed
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Based on the following documentation; Advanced Searching Functions - startOfWeek(), the result of startOfWeek() function is depends upon your locale.
Some customers wants to maintain their locale, but want to change the day the week starts in JIRA. As a workaround, startOfWeek("inc") function accept increment where inc is an optional increment of (+/-)nn(y|M|w|d|h|m). For example, if user wants to make:
- Sunday to be the start of week: startOfWeek("-1d")
- Saturday to be the start of week: startOfWeek()
- Monday to be the start of week: startOfWeek("+1d")
- is duplicated by
-
JRACLOUD-44486 Update documentation on Advanced Searching Functions - startOfWeek()
- Closed
- is related to
-
JRASERVER-44485 Update documentation on Advanced Searching Functions - startOfWeek()
- Closed