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
Next revisionBoth sides next revision
74:jira_feedback [2019/09/25 09:36] fnpk74:jira_feedback [2019/10/11 07:25] 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 77: Line 77:
 === Custom Endpoint === === Custom Endpoint ===
  
-If your Jira REST-Endpiont differs from the standard location, you can specify it. If your link to the Jira-API is for example like ''%%https://api.example.com/example/api/2/issue%%'' then you have to specify ''%%https://api.example.com/example/%%'' as value for this property. +If your Jira REST-Endpiont differs from the standard location, you can specify it. If your link to the Jira-API is for example like ''<nowiki>https://api.example.com/example/api/2/issue</nowiki>'' then you have to specify ''<nowiki>https://api.example.com/example/</nowiki>'' as value for this property.
 <code xml> <code xml>
 <property name="jira.rest.endpoint" value="https://api.example.com/example/" /> <property name="jira.rest.endpoint" value="https://api.example.com/example/" />
Line 88: Line 87:
  
 <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 98:
  
 <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 -->