-
Bug
-
Resolution: Fixed
-
High (View bug fix roadmap)
-
6.1.1, 6.6.60, 7.0.4, 7.1.7, 7.2.1, 8.4.2, 8.5.8, 8.13.19, 8.20.7, 8.22.1
-
JIRA v5.2 (and JIRA v5.2.2)
-
6.01
-
57
-
Severity 3 - Minor
-
459
-
NOTE: This bug report is for JIRA Software Server. Using JIRA Software Cloud? See the corresponding bug report.
Summary
JIRA Software/JIRA Agile does not use the ISO8601 formatting for its date pickers.
Environment
JIRA with JIRA Agile/Software.
Steps to Reproduce
- Setup a JIRA instance with Agile/Software installed;
- Navigate to Administration > System > Look and Feel and set JIRA to use ISO8601 formatting for date pickers;
- Navigate to an existing or create a new Agile Scrum board;
- Create a version using the sidebar under Backlog view or edit an existing sprint.
- Observe that the date pickers will not respect the ISO8601 setting from JIRA;
Expected Results
JIRA Software should consistently use the ISO8601 setting if it has been configured in JIRA.
Actual Results
JIRA Agile does not apply this setting, as a result the date pickers behave in an inconsistent manner.
This is not affecting the date pickers in the Releases page (version 8.12.3)
Notes
The original report included the following information:
This can be seen in two different places:
Administration -> Greenhopper Configuration -> Non Working Days.
Configure Board -> Non Working Days -> Add Date Button
Workaround
The following workaround has been shown to work for customers on 8.13.x versions, but may not work on all versions of JIRA.
We recommend performing these changes in a lower environment before attempting them in your production environment.
- Choose Administration (
) > System.
- Select User Interface > Announcement banner in the System panel below.
- Add the following code snippet into the Announcement field:
<script> (function() { if (Calendar) { Calendar._setup = Calendar.setup; Calendar.setup = function(arguments) { arguments = arguments || {}; arguments.useISO8601WeekNumbers =true; Calendar._setup(arguments); }; } })(); </script>
- Select the required Visibility Level for the banner.
- Click the Set Banner button.
- duplicates
-
JSWSERVER-13096 Week number wrong in Agile using ISO8601 standard
-
- Closed
-
-
JSWCLOUD-15889 New parameter in "Issue Calendar" gadget for Monday to be the first day of week
-
- Closed
-
-
JSWSERVER-13370 Start Date & Release Date date picker not using ISO8601 format
-
- Closed
-
- is detailed by
-
JSWSERVER-2518 Greenhopper plugin doesn't use jira date settings
- Closed
- relates to
-
JSWCLOUD-7238 JIRA Agile/Software does not respect JIRA's ISO8601 setting
-
- Closed
-
-
JSWSERVER-6145 greenhopper board report date format does not follow jira date format
-
- Closed
-
-
JSWSERVER-11626 Incorrect date/time format in Scrum Project Sprint header
-
- Closed
-
-
JRASERVER-65631 JIRA Reports do not respect JIRA's ISO8601 setting
-
- Gathering Impact
-
-
BJBR-15 Loading...
Form Name |
---|
[JSWSERVER-7238] JIRA Agile/Software does not respect JIRA's ISO8601 setting
Remote Link | New: This issue links to "Page (Confluence)" [ 728032 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 717918 ] |
I agree, still not working!!!