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
Last revisionBoth sides next revision
75:process_feedback_codebeamer [2021/03/22 11:50] – [Process Feedback CodeBeamer specific] prnr75:process_feedback_codebeamer [2021/03/22 12:42] – [CodeBeamer config.xml] prnr
Line 22: Line 22:
       <property name="password" value="secret" />       <property name="password" value="secret" />
  
-      <!-- Define the tracker where the item should be created in --> +      <!-- Define the tracker (with the trackerId and the correspoinding keyName) where the item should be created in  --> 
-      <property name="trackerId" value="1234" /> +      <property name="trackerId" value="2267" /> 
-      <property name="keyName" value="ABC" />+      <property name="keyName" value="TASK" />
  
       <!-- The summary field will always be available and is automatically mapped to the CodeBeamer name field -->       <!-- The summary field will always be available and is automatically mapped to the CodeBeamer name field -->
Line 85: Line 85:
 <code xml> <code xml>
 <attributes> <attributes>
 +        <!-- map the stages-description (ident) into the codebeamer-description (target) -->
         <attribute ident="description" type="text" target="description" />         <attribute ident="description" type="text" target="description" />
 </attributes> </attributes>