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

The jira:AddVersion tag in Jelly documentation does not include the description, releaseDate and schedule attributes

    XMLWordPrintable

Details

    • 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

      Currently, the attributes of jira:AddVersion tag in Jelly documentation only include the project-key and name attributes. An example of this Jelly script is as below:

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib">
      <jira:AddVersion project-key="ABC" name="Ver 1"/>
      </JiraJelly>
      

      However, the jira:AddVersion tag actually can include the description, releaseDate and schedule attributes as well. For example:

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib">
      <jira:AddVersion project-key="TST" name="Ver 3" description="version 3 of TST project" releaseDate="21/Mar/08" schedule="Ver 2"/>
      </JiraJelly>
      

      Could the Jelly documentation be updated to include those attribuets?

      Attachments

        Activity

          People

            alui Andrew
            cychan Chai Ying Chan [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: