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
74:jira_feedback [2019/09/25 09:36] fnpk74:jira_feedback [2019/09/25 09:37] fnpk
Line 25: Line 25:
  
       <!-- Credentials for a (technical) user who is allowed to create issues in the Jira project -->       <!-- Credentials for a (technical) user who is allowed to create issues in the Jira project -->
-      <property name="authentication.type" value="basic">+      <property name="authentication.type" value="basic" />
       <property name="user" value="user" />       <property name="user" value="user" />
       <property name="password" value="secret" />       <property name="password" value="secret" />
Line 88: Line 88:
  
 <code xml> <code xml>
-<property name="proxy.enabled" value="true"> +<property name="proxy.enabled" value="true" /
-<property name="proxy.type" value="https"> +<property name="proxy.type" value="https" /
-<property name="proxy.port" value="3128"> +<property name="proxy.port" value="3128" /
-<property name="proxy.hostname" value="proxy.example.com">+<property name="proxy.hostname" value="proxy.example.com" />
 </code> </code>
  
Line 99: Line 99:
  
 <code xml> <code xml>
-<property name="authentication.type" value="oauth20"> +<property name="authentication.type" value="oauth20" /
-<property name="authentication.oauth20.granttype" value="password">+<property name="authentication.oauth20.granttype" value="password" />
  
 <!-- URL to your OAuth 2.0 Token Endpiont --> <!-- URL to your OAuth 2.0 Token Endpiont -->