Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
74:jira_feedback [2019/10/11 07:36] fnpk74:jira_feedback [2019/10/28 08:12] – Fixed property keys for customheader fnpk
Line 52: Line 52:
         <attribute ident="annual_savings" type="string" target="customfield_10100" />         <attribute ident="annual_savings" type="string" target="customfield_10100" />
         <attribute ident="priority" type="string" target="customfield_10101" />         <attribute ident="priority" type="string" target="customfield_10101" />
 +        <attribute ident="component" type="string" target="components" targetType="components" />
         -->         -->
       </attributes>       </attributes>
Line 63: Line 64:
       - creatorUsername "jdoe"       - creatorUsername "jdoe"
       The "target" defines the id for the custom field in Jira (e.g. "customfield_10101").       The "target" defines the id for the custom field in Jira (e.g. "customfield_10101").
 +      Optional: The targetType defines the type of the Jira field. Supported Jira fields see below.
       -->       -->
       <system-attribute-mappings>       <system-attribute-mappings>
Line 82: Line 84:
   * Select List (single choice): ''targetType="selectList-singleChoice"''   * Select List (single choice): ''targetType="selectList-singleChoice"''
   * Components: ''targetType="components"''   * Components: ''targetType="components"''
 +
 +Be aware: If you choose Select or Component then the user entered values must be configured in Jira. Otherwise the ticket creation will fail.
  
 Other Jira fields are not supported at the moment. Other Jira fields are not supported at the moment.
Line 135: Line 139:
  
 <code xml> <code xml>
-<property name="authentication.customheader.key" value="" /> +<property name="jira.rest.customheader.key" value="" /> 
-<property name="authentication.customheader.value" value="" />+<property name="jira.rest.customheader.value" value="" />
 </code> </code>