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/10 13:39] – [Example Configuration] Policnik, Florian712:process_feedback_polarion [2025/09/17 13:54] (current) – [Supported Field Types] Heindl, Christoph
Line 36: Line 36:
 ===== Supported Field Types ===== ===== Supported Field Types =====
  
-Officially supported are:+Officially supported Polarion **standard fields** are:
  
   * description    * description 
Line 42: Line 42:
   * author   * author
   * hyperlinks    * hyperlinks 
-  * dueDate 
-  * integer  
   * severity   * severity
 +  * date-type fields (e.g. dueDate)
 + 
 +Supported Polarion **Custom Field Types**:
 +
 +  * String  
 +  * Text and Rich Text (multi-line - see target-types below)
 +  * Integer
 +  * Enum
 +
 +
 +
 +Example:
 +<code xml>
 +<attribute source="stages_link_field" target="hyperlinks" />    
 +<attribute source="stages_date_field" target="dueDate" />   
 +<attribute source="custom_string" target="custom_string" />
 +</code>
 +
  
 Other simple string-based fields may also work.  Other simple string-based fields may also work. 
Line 54: Line 70:
   * Add** targetType="hyperlink-internal"** to your hyperlink field, to give **all** links the 'internal reference' role.   * Add** targetType="hyperlink-internal"** to your hyperlink field, to give **all** links the 'internal reference' role.
  
 +Example:
 +<code xml>
 +<attribute source="my_custom_multi_line" target="my_custom_multi_line" targetType="multi-line" />
 +</code>
  
  
  
-===== Create Personal Access Token In Polarion ===== 
  
-1. Log in to Polarion as an administrator +===== Create Personal Access Token In Polarion =====
- +
-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+  - Log in to Polarion as an administrator 
 +  - Navigate to Settings > Administration > User management > Users 
 +  - Select the technical user you want to use for the integration 
 +  - 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]] 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.propertiesfile. See the Polarion documentation for details.+**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.