-
Bug
-
Resolution: Timed out
-
Medium
-
2
-
Severity 3 - Minor
-
0
-
Issue Summary
Whenever a user is creating an issue, if setting 2099 for year value in a date picker field, 1999 value is stored instead.
Steps to Reproduce
- Create a new issue setting date picker field using 2099 as year
- It's possible to set this value, but Jira automatically updates this to 1999, which is the value shown in issue view
Expected Results
The 2099 should be kept and stored.
Actual Results
Although the correct date seems to be sent in payload in frontend, 1999 is stored as value in backend:
"customfield_10056": "1999-01-09",
Workaround
After the issue is created, it's possible to update year data from 1999 to 2099. The bug only affects issue creation.
- duplicates
-
JRACLOUD-77600 Ability to support the date older than 100 years in Data/Time custom field
- Closed
- is duplicated by
-
JRACLOUD-78127 Improve JIRA Date Picker to traverse through years
- Gathering Interest
- is related to
-
JRACLOUD-83581 Jira Date Picker not working for dates after 2031
-
- Closed
-
- is blocked by
-
ISSUE-5799 Loading...