Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-66300

Improve Versions page loading in JIRA

    XMLWordPrintable

Details

    • 6
    • 8
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: