Jira dashboard gadgets build generate search as raw JQL causing 413 error

XMLWordPrintable

    • 1

      Summary

      Take the Jira Recently Created Chart gadget as an example. The gadget generates a subset JQL search when a user clicks on the chart's bars in raw format instead of using search filter ID and date scope.

      In certain cases, the JQL link generated is too long causing the browser to hit "413 Request Entity Too Large".

      The subset JQL should be created using the filter ID and date scope. For example:

      (filter IN ("Filter ABC")) AND created >= 2014-01-01 AND created <= "2014-12-31 23:59" AND resolution = Unresolved
      

            Assignee:
            Unassigned
            Reporter:
            Fahd (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: