-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
6.1.7
-
6.01
-
4
-
Severity 3 - Minor
-
According to date_time.txt:
For the startOfWeek() function the result depends upon your locale. For example, in Europe the first day
of the week is generally considered to be Monday, while in the USA it is considered to be Sunday.
But, seem not the case where only able to search start on Sunday issue.
Steps to reproduce the problem:
- Change locale to UK.
- Configure JIRA environment using this argument:
-Duser.language=en -Duser.country=DK -Duser.timezone=Europe/Copenhagen
- Search using this JQL:
createdDate > startOfWeek() AND createdDate < endOfWeek()
- Still can show last week Sunday issue.
- is related to
-
JRACLOUD-70567 startofweek() jql function doesn't reflect system locale
- Closed
- mentioned in
-
Page Loading...