Update the doc to show on how to get the "Parent Option Id" and "Child Option Id" when creating issue with the cascading select field

XMLWordPrintable

      When creating issue with the cascading select custom field, there is no instruction on how to get the "Parent Option Id" and "Child Option Id". This is the example shown in the doc:

      <JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.JiraTagLib">
      <jira:CreateIssue project-key="ABC" summary="Issue summary">
      <jira:AddCustomFieldValue id="customfield_10000" value="field value"/>
      <jira:AddCustomFieldValue name="Environment Select list" value="Windows XP"/>
      
      <!-- For Cascading Selects : Note also that the value for cascading selects is the optionId-->
      <jira:AddCustomFieldValue id="customfield_10001" value="Parent Option Id" />
      <jira:AddCustomFieldValue id="customfield_10001" value="Child Option Id" key="1" />
      
      <!-- For Version Pickers and Single Version Pickers : Note also that the value for version pickers is the versionId-->
      <jira:AddCustomFieldValue id="customfield_10002" value="Version Id"/>
      
      <!-- For Multi Selects -->
      <jira:AddCustomFieldValue id="customfield_10003" value="Value 1" />
      <jira:AddCustomFieldValue id="customfield_10003" value="Value 2" />
      
      <!-- For Multi User Pickers : Note also that the value for multi user pickers is a comma separated list of users-->
      <jira:AddCustomFieldValue id="customfield_10004" value="User 1,User 2" />
      
      </jira:CreateIssue>
      </JiraJelly>
      

      It would be good if there is an instruction showing the user how to get the customfield Id, Parent Option Id, Child Option Id

              Assignee:
              Rosie Jameson [Atlassian] (Inactive)
              Reporter:
              Chai Ying Chan [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: