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
712:process_feedback_polarion [2025/09/03 14:25] – [Host Properties] Heindl, Christoph712:process_feedback_polarion [2025/09/04 14:25] (current) – [Create Personal Access Token In Polarion] Heindl, Christoph
Line 12: Line 12:
 <feedback-system name="polarion"> <feedback-system name="polarion">
      <host url="example.com" ident="polarion" displayName="Polarion">      <host url="example.com" ident="polarion" displayName="Polarion">
 +          <!-- See the section below for how to create a personal access token -->
           <property name="token" value="xxxx"/>           <property name="token" value="xxxx"/>
           <!-- Define the polarion project where the work item should be created in -->           <!-- Define the polarion project where the work item should be created in -->
Line 29: Line 30:
                <attribute ident="myCustomMultiLine" type="text" target="myCustomMultiLine", targetType="multi-line"/>                <attribute ident="myCustomMultiLine" type="text" target="myCustomMultiLine", targetType="multi-line"/>
  
-               <!-- Add more fields as needed. Make sure the 'target' value matches the column id in Polarion -->+               <!-- Add more fields as needed. Make sure the 'target' value matches the field id in Polarion -->
           </attributes>           </attributes>
      </host>      </host>
Line 58: Line 59:
  
  
-===== Host Properties ===== 
  
-> token ** * **+===== Create Personal Access Token In Polarion =====
  
-  * The token (personal access token) is needed to connect to your Polarion instance.+1. Log in to Polarion as an administrator
  
-project ** * **+2. Navigate to Settings Administration > User management > Users
  
-  * The project id of the Polarion project you want to send work items to.+3. Select the technical user you want to use for the integration
  
-> workItemType ** * **+4. Click on Personal Access Token to create a Token
  
-  * The id of the work item type you want to create.+See [[https://docs.sw.siemens.com/en-US/doc/230235217/PL20240424963191224.polarion_help_sc.xid1465510/xid2210304|Polarion Documentation]]
  
 +**Note:** By default, Polarion tokens can be valid for a maximum of 90 days. Newer versions of Polarion allow you to set a longer token lifetime in the `polarion.properties` file. See the Polarion documentation for details.
  
-===== Create Personal Access Token in Polarion ===== 
  
-  1. Log in to Polarion as an administrator 
  
-  2. Navigate to Settings > Administration > User management > Users 
- 
-  3. Select the technical user you want to use for the integration 
- 
-  4. Click on Personal Access Token to create a Token