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
74:jira_feedback [2019/10/11 07:39] fnpk74:jira_feedback [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 84: 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 137: 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>