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/17 13:45] – [Supported Field Types] Heindl, Christoph712:process_feedback_polarion [2025/09/17 13:54] (current) – [Supported Field Types] Heindl, Christoph
Line 51: Line 51:
   * 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>
  
  
Line 63: Line 72:
 Example: Example:
 <code xml> <code xml>
-<attribute source="custom_string" target="custom_string" targetType="multi-line" />+<attribute source="my_custom_multi_line" target="my_custom_multi_line" targetType="multi-line" />
 </code> </code>