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
75:process_feedback_ptcilm [2020/01/27 08:56] fnpk75:process_feedback_ptcilm [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 25: Line 25:
  
       <!-- Url to the Web ILM. It is used to create a link to the generated item -->       <!-- Url to the Web ILM. It is used to create a link to the generated item -->
-      <property name="imweb" value="http://integrity.example.com:7001/im" /> -->+      <property name="imweb" value="http://integrity.example.com:7001/im" />
  
 +      <!-- Optional: Map issue to a project (Since Stages 7.5.1.3) -->
 +      <property name="projectName" value="/Feedback Project" />
 +      <property name="projectField" value="Project" />
  
       <!-- The summary field will always be available and is automatically mapped to the "Summary" field  -->       <!-- The summary field will always be available and is automatically mapped to the "Summary" field  -->
  
       <!--       <!--
-      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 40:
       <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 54:
         <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>