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
Next revisionBoth sides next revision
75:process_feedback_ptcilm [2020/01/27 08:56] fnpk75:process_feedback_ptcilm [2020/07/13 11:10] fnpk
Line 31: Line 31:
  
       <!--       <!--
-      The user will be asked to enter the following text fields. All text fields are optional. +      See common feedback documentation
-      - The "ident" must be unique and is used to identify the right translation property. +
-      - The "type" defines if the field is a multi-line text ("text") or a single line string ("string").+
       - The "target" defines the name of the field in ILM (e.g. "Impact").       - The "target" defines the name of the field in ILM (e.g. "Impact").
       - Optional: The targetType defines the type of the field. Supported PTC-ILM fields see below.       - Optional: The targetType defines the type of the field. Supported PTC-ILM fields see below.
Line 39: Line 37:
       <attributes>       <attributes>
         <attribute ident="description" type="text" target="Description" targetType="longtext" />         <attribute ident="description" type="text" target="Description" targetType="longtext" />
-        <!-- The following fields could be enabled if you want the users to provide more data with every feedback item: --> 
-        <!-- 
-        <attribute ident="impact" type="string" target="Impact" /> 
-        --> 
       </attributes>       </attributes>
  
       <!--       <!--
-      You can map element specify information to your ILM item. These sources are available: +      See common feedback documentation 
-      - elementUrl e.g. https://stages.example.com/stages/index.html#/workspace/200/_vv/(process/activity/_wUV9sBbNHr-aicWx33VsQA) +      The "target" defines the name for the field in ILM (e.g. "Element Url").
-      - workspaceName e.g. "Software Engineering" +
-      - workspacePath e.g. "Company | Software" +
-      - creatorFullname "John Doe" +
-      - creatorUsername "jdoe" +
-      The "target" defines the name for the field in ILM (e.g. "customfield_10101").+
       Optional: The targetType defines the type of the ILM field. Supported fields see below.       Optional: The targetType defines the type of the ILM field. Supported fields see below.
       -->       -->
Line 62: Line 51:
         <attribute source="creatorUsername" target="Assigned User" targetType="user"/>         <attribute source="creatorUsername" target="Assigned User" targetType="user"/>
       </system-attribute-mappings>       </system-attribute-mappings>
 +
 +      <!--
 +      See common feedback documentation
 +      The "target" defines the name for the field in ILM (e.g. "SourceSystemField").
 +      Optional: The targetType defines the type of the ILM field. Supported fields see below.
 +      -->
 +      <custom-attribute-mappings>
 +        <attribute value="Stages" target="SourceSystemField" />
 +      </custom-attribute-mappings>
     </host>     </host>
   </feedback-system>   </feedback-system>