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/15 12:59] – [Supported Field Types] Heindl, Christoph712: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 43: Line 43:
   * hyperlinks    * hyperlinks 
   * severity   * severity
-  * date-type fields (e.g. dueDate, plannedStart)+  * date-type fields (e.g. dueDate)
    
-Supported Custom Field Types:+Supported Polarion **Custom Field Types**:
  
   * String     * String  
-  * Text and Rich Text (multi-linesee target-types below)+  * Text and Rich Text (multi-line see target-types below)
   * Integer   * Integer
   * Enum   * 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 59: Line 69:
  
   * 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>