Uploaded image for project: 'Jira Service Management Cloud'
  1. Jira Service Management Cloud
  2. JSDCLOUD-9971

Export Objects using User Friendly format while filtering with a large IQL condition results in 414 error

    XMLWordPrintable

Details

    Description

      Issue Summary

      Export Objects using User Friendly format while filtering with a large IQL condition results in 414 error

      Steps to Reproduce

      1. Access an Insight Schema that has many assets(2k+ at least)
      2. Creates an IQL filter that has more than 1K conditions like: key in (key-1, key-2, key-3.... key-1500)
      3. Try to export the results in a user-friendly format.

      Expected Results

      • Results are exported successfully.

      Actual Results

      The export fails due to 414 Request-URI Too Long

      Workaround

      Split into batches the IQL conditions like.

      • key IN (key-1 ... key-300)
      • key IN (key-301 ... key 600)

      Attachments

        Activity

          People

            Unassigned Unassigned
            tbehm@atlassian.com Thiago Behm.
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: