Uploaded image for project: 'Jira Platform Cloud'
  1. Jira Platform Cloud
  2. JRACLOUD-74279

System timezone option for Issue search

XMLWordPrintable

    • 3
    • 22
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Summary

      When using the Issue search function for filters, JQL, Dashboard, etc... Jira displays results when using the startOfDay() function based on your account's time zone that is set under the Account preferences of your Atlassian account.

      This poses a problem for teams collaboration across the globe as the results of their Issue searches will differ from one another do to the timezone difference.

      For example, a filter that uses the startOfDay() function will display fewer Issues for the team in New Zealand than for the team in Amsterdam using the same filter because New Zealand has a 10h+ headstart on the following calendar day.

      Proposed solution

      Jira should have an option to use the system default timezone when using date related JQL functions. This will allow all users regardless of their timezone to get the same results, consistently.

      Workaround

      As a workaround, you can create a separate filter for the teams and adjusting the JQL to compensate for the differences in hours.

      Using New Zealand and Amsterdam as an example, there is a 10-hour difference.

      • Amsterdam filter: createdDate >= startOfDay(-1d)
      • New Zealand filter: createdDate >= startOfDay(-34h)

              gcardoso@atlassian.com Gonçalo Cardoso
              lellis2@atlassian.com Belto (Inactive)
              Votes:
              25 Vote for this issue
              Watchers:
              17 Start watching this issue

                Created:
                Updated: