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.

          Form Name

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

            I agree, still not working!!!

            Ričards Grigonis added a comment - I agree, still not working!!!

            Oven Lien added a comment -

            Still not working

            Oven Lien added a comment - Still not working

            Luis Santamarina Alcain added a comment - - edited

            LIE! not fixed

            PS: workaround not working either

            Luis Santamarina Alcain added a comment - - edited LIE! not fixed PS: workaround not working either

            it_marcapo added a comment -

            Still exists for is in DC 9.4.0.

            Atlassian come on!

            it_marcapo added a comment - Still exists for is in DC 9.4.0. Atlassian come on!

            Same issue, still persists on Cloud.

            Dovydas Liegus added a comment - Same issue, still persists on Cloud.

            Same issue as Ignas above.

            Benedek Farkas added a comment - Same issue as Ignas above.
            Chandu made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 728032 ]

            I had problems with the calendar for the sprints. Setting the ISO in the config did not work but the banner worked for me. Still seems a little hacky. Why is this solution not incorporated with the actual product?

            ChristopherChilds added a comment - I had problems with the calendar for the sprints. Setting the ISO in the config did not work but the banner worked for me. Still seems a little hacky. Why is this solution not incorporated with the actual product?
            Thiago Masutti made changes -
            Remote Link New: This issue links to "Page (Confluence)" [ 717918 ]

            Same issue here :'(

            Andréas HANSS added a comment - Same issue here :'(

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

                Created:
                Updated:
                Resolved: