Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-7238

JIRA Agile/Software does not respect JIRA's ISO8601 setting

      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

      1. Setup a JIRA instance with Agile/Software installed;
      2. Navigate to Administration > System > Look and Feel and set JIRA to use ISO8601 formatting for date pickers;
      3. Navigate to an existing or create a new Agile Scrum board;
      4. Create a version using the sidebar under Backlog view or edit an existing sprint.
      5. 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.

      1. Choose Administration (   ) > System
      2. Select User Interface > Announcement banner in the System panel below.
      3. 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> 
        
      4. Select the required Visibility Level for the banner.
      5. Click the Set Banner button.

            [JSWSERVER-7238] JIRA Agile/Software does not respect JIRA's ISO8601 setting

            Chandu made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 728032 ]
            Thiago Masutti made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 717918 ]
            Andriy Yakovlev [Atlassian] made changes -
            Labels Original: affects-cloud affects-server banshee fixme New: affects-cloud affects-server banshee fixme lts-backport
            Mateusz Beczek made changes -
            Resolution New: Fixed [ 1 ]
            Status Original: Waiting for Release [ 12075 ] New: Closed [ 6 ]
            SET Analytics Bot made changes -
            Support reference count Original: 56 New: 57
            Sylwia Mikołajczuk made changes -
            Fix Version/s Original: 9.0.1 [ 100190 ]
            Fix Version/s New: 9.0.0 [ 97892 ]
            SET Analytics Bot made changes -
            UIS Original: 458 New: 459
            SET Analytics Bot made changes -
            UIS Original: 462 New: 458
            SET Analytics Bot made changes -
            UIS Original: 480 New: 462
            SET Analytics Bot made changes -
            UIS Original: 479 New: 480

              afb6234f8e80 Mark Patterson (Inactive)
              2f113cc8540a Mark Symons
              Affected customers:
              178 This affects my team
              Watchers:
              188 Start watching this issue

                Created:
                Updated:
                Resolved: