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

Improvement on Jelly tag documentation

    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

      The jelly tag documentation does not provide sufficient information about create issue with custom field value.

      For example, adding value for Version Picker custom field or Single Version Picker, it need to use version id value instead of version value

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib">
      <jira:CreateIssue project-key="TST" ...>
      
      <jira:AddCustomFieldValue name="Version Picker" value="10001"/>
      <jira:AddCustomFieldValue name="Version Picker" value="10002"/>
      <jira:AddCustomFieldValue name="Single Version Picker" value="10003"/>
      
      </jira:CreateIssue>
      </JiraJelly>
      

      Another example, the multi user picker custom field need to use the comma symbol (,) to separate the values which you want to add into a single customfield

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib">
      <jira:CreateIssue project-key="TST" ...>
      <core:set var="users" value="${user1 + ',' + user2}"/>
      <jira:AddCustomFieldValue name="Multi user" value="${users}"/>
      </jira:CreateIssue>
      </JiraJelly>
      

      Attachments

        Activity

          People

            wthompson Wazza
            ekua Eddie Kua [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: