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 [2020/05/12 10:36] fnpk75:process_feedback [2020/07/13 10:11] fnpk
Line 20: Line 20:
        Every feedback system defines its own parameter, which are        Every feedback system defines its own parameter, which are
        e.g. - Username and password for authentication,        e.g. - Username and password for authentication,
-              - Project name etc.+            - Project name etc.
        Properties are configured as key:value pairs as follows        Properties are configured as key:value pairs as follows
       -->       -->
Line 34: Line 34:
       -->       -->
       <attributes>       <attributes>
-        <attribute ident="randomUniqueIdent" type="text" target="targetInFeedbackSystem" targetType="typeInFeedbackSystem" />+        <attribute ident="description" type="text" target="MyDescriptionField" targetType="MyFieldType" />
       </attributes>       </attributes>
  
Line 43: Line 43:
  
        Possible "source"-values are:        Possible "source"-values are:
-         - elementUrl +         - elementUrl e.g. https://stages.example.com/stages/index.html#/workspace/200/_vv/(process/activity/_wUV9sBbNHr-aicWx33VsQA) 
-         - workspaceName +         - workspaceName e.g. "Software Engineering" 
-         - workspacePath +         - workspacePath e.g. "Company | Software" 
-         - creatorFullname +         - creatorFullname "John Doe" 
-         - creatorUsername +         - creatorUsername "jdoe"
       -->       -->
       <system-attribute-mappings>       <system-attribute-mappings>
-        <attribute source="sourceIdentifier" target="targetInFeedbackSystem" targetType="typeInFeedbackSystem" />+        <attribute source="elementUrl" target="MyField" targetType="MyField" targetType="MyFieldType" />
       </system-attribute-mappings>       </system-attribute-mappings>
     </host>     </host>
   </feedback-system>   </feedback-system>
 </stages-config> </stages-config>
 +
  
 </code> </code>
Line 66: Line 66:
   * [[:75:process_feedback_ptcilm|PTC-ILM]]   * [[:75:process_feedback_ptcilm|PTC-ILM]]
   * [[:75:process_feedback_redmine|Redmine]]   * [[:75:process_feedback_redmine|Redmine]]
-  * [[:75:process_feedback_rtc|RTC]]+  * [[:75:process_feedback_rtc|Rational Team Concert / IBM Engineering Workflow Management]]
  
 ==== Stages metamodel ==== ==== Stages metamodel ====
Line 74: Line 74:
 <code xml> <code xml>
 <widget:feedback/> <widget:feedback/>
 +
  
 </code> </code>
Line 93: Line 94:
     </layout:tabbed-card>     </layout:tabbed-card>
 </widget:definition> </widget:definition>
 +
  
 </code> </code>
Line 105: Line 107:
 process.feedback.mapping.annual_savings = Estimated annual savings process.feedback.mapping.annual_savings = Estimated annual savings
 process.feedback.mapping.priority = Priority process.feedback.mapping.priority = Priority
 +
  
 </code> </code>