Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
77:process_feedback_jira_tmp [2023/07/18 15:28] fnpk77:process_feedback_jira_tmp [2023/07/18 15:33] fnpk
Line 92: Line 92:
  
 Since Jira 8.14 it is possible to [[https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html|generate Personal Access Tokens]] to authenticate with Jira. Since Jira 8.14 it is possible to [[https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html|generate Personal Access Tokens]] to authenticate with Jira.
- 
  
 <code xml> <code xml>
Line 128: Line 127:
 </code> </code>
  
 +==== No Authentication (Since Stages 7.9.10.0 / 7.10.1.0) ====
  
 +**This is a very special use case for a specific API gateway and not a standard Jira feature.**
 +
 +If there should be no authentication with Jira you can configure it. You probably want to set a [[#custom-header-optional|Custom Header]].
 +
 +<code xml>
 +<property name="authentication.type" value="none" />
 +</code>
  
 ===== Supported Jira fields ===== ===== Supported Jira fields =====