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:27] – [Create Personal Access Token in Polarion] 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 ** * ** 
- 
-  * The token (personal access token) is needed to connect to your Polarion instance. 
- 
-> project ** * ** 
- 
-  * The project id of the Polarion project you want to send work items to. 
- 
-> workItemType ** * ** 
- 
-  * The id of the work item type you want to create. 
  
 ===== Create Personal Access Token In Polarion ===== ===== Create Personal Access Token In Polarion =====
Line 81: Line 69:
  
 4. Click on Personal Access Token to create a Token 4. Click on Personal Access Token to create a Token
 +
 +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.