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

Script Timeout Error when a Project has 1000+ Versions

    XMLWordPrintable

Details

    Description

      This seems to occur with Firefox and IE. Chrome does not error out.

      Steps to reproduce:
      1. Create a project with 1,000+ versions
      2. Try to create a new issue using one of the above two browsers.
      3. Click the dropdown for the Affects Version field
      4. Script Error

      To help test this, I used Jelly to quickly generate 1100 versions in project with key TST:

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib" xmlns:core="jelly:core">
      <core:set var="vcount" value="0"/>
      <core:while test="${vcount lt 1100}"> 
      <core:invoke on="${vcount}" method="toString" var="stringv"/>
      <jira:AddVersion project-key="TST" name="${stringv}"/>
      <core:set var="vcount" value="${vcount + 1}"/>
      </core:while>
      </JiraJelly>
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dchan David Chan
              Votes:
              3 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: