Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
77:process_feedback_jira [2021/07/07 10:42] – created fnpk77:process_feedback_jira [2021/08/05 11:49] – [Supported Jira fields] fnpk
Line 15: Line 15:
   <!-- Insert this block to your stages config.xml file -->   <!-- Insert this block to your stages config.xml file -->
   <feedback-systems>   <feedback-systems>
-    <feedback-system name="jira" ident="jira1" displayName="Example Jira"> +    <feedback-system name="jira"> 
-        <host url="https://jira.example.com/jira">+        <host url="https://jira.example.com/jira" ident="jira1" displayName="Example Jira">
  
         <!-- 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 -->
Line 91: Line 91:
   * Select List (single choice): ''targetType="selectList-singleChoice"''   * Select List (single choice): ''targetType="selectList-singleChoice"''
   * User Picker (single user): ''targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud)   * User Picker (single user): ''targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud)
-  * Assignee: ''targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud) +  * Assignee: ''target="assignee" targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud) 
-  * Reporter: ''targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud) +  * Reporter: ''target="reporter" targetType="user-singleChoice"'' (Only Jira Server, not Jira Cloud) 
-  * Components: ''targetType="components"''+  * Components: ''target="components" targetType="components"''
  
 **Be aware**: **Be aware**: