Improve Versions page loading in JIRA

XMLWordPrintable

    • 5
    • 26

      Problem Definition

      If the board contains about 3000 versions, the loading of the page will be very slow.

      Suggested Solution

      1. Improve the loading of the Versions on the board or
      2. Allow archiving of released versions and provide option to use to set default "Version filter"

      Workaround

      Archive the Version using the following REST API:

      curl -H "Content-Type: application/json" -X PUT --user admin:admin -d '{"archived": true}' http://127.0.0.1:8080/rest/api/2/version/10003
      

      After archiving, click on Released or Unreleased filter in the Versions page to prevent JIRA from loading archived Versions.

            Assignee:
            Unassigned
            Reporter:
            Vicknesh Shanmugam (Inactive)
            Votes:
            54 Vote for this issue
            Watchers:
            51 Start watching this issue

              Created:
              Updated: