We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

    • 93
    • 3
    • 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 running JQL ORDER BY Desc, JIRA places the issue with null value for that field at the highest order, instead of at the lower order. According to the documentation from PostgreSQL 8.3.23 the NULLS FIRST is the default for DESC order, but is configurable.

      Steps to Reproduce

      1. Having 3 issues with value for a custom field as 1, 2, and null
      2. Run JQL query: ORDER BY <cusom_field> Desc

      Actual Result

      JIRA places the null value at the highest rank
      null
      2
      1

      Suggestion

      JIRA could order the issues as follows:
      2
      1
      null

        1. jql.png
          138 kB
          Lele

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

              • 93
              • 3
              • 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 running JQL ORDER BY Desc, JIRA places the issue with null value for that field at the highest order, instead of at the lower order. According to the documentation from PostgreSQL 8.3.23 the NULLS FIRST is the default for DESC order, but is configurable.

                Steps to Reproduce

                1. Having 3 issues with value for a custom field as 1, 2, and null
                2. Run JQL query: ORDER BY <cusom_field> Desc

                Actual Result

                JIRA places the null value at the highest rank
                null
                2
                1

                Suggestion

                JIRA could order the issues as follows:
                2
                1
                null

                  1. jql.png
                    138 kB
                    Lele

                        Unassigned Unassigned
                        azuhra Aqqiela
                        Votes:
                        158 Vote for this issue
                        Watchers:
                        57 Start watching this issue

                          Created:
                          Updated:

                            Unassigned Unassigned
                            azuhra Aqqiela
                            Votes:
                            158 Vote for this issue
                            Watchers:
                            57 Start watching this issue

                              Created:
                              Updated: