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

Jelly createIssue tag does not set more than 3 versions

    XMLWordPrintable

Details

    Description

      In the following Jelly, the version 3.0 will be missing from the cerated issue. Ordering matters here starting from left to right. Also fixVersions is also broken. Possibly components as well as reported by the customer

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib">
      
      <jira:CreateIssue
      project-key="TP"
      summary="My test summary"
      priority="Minor"
      versions="4.0,1.0,2.0,3.0"
      fixVersions="4.0,1.0,2.0,3.0"
      assignee="test"
      reporter="test"
      description="My test Description"
      duedate="2006-05-12 00:00:00"
      created="2006-05-12 13:03:33"
      updated="2006-07-11 22:40:06"
      duplicateSummary="ignore"
      />
      
      </JiraJelly>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bbaker ɹǝʞɐq pɐɹq
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: