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_codebeamer [2021/03/22 11:50] – [Process Feedback CodeBeamer specific] prnr75:process_feedback_codebeamer [2021/03/22 12:37] – [Mandatory fields] prnr
Line 24: Line 24:
       <!-- Define the tracker where the item should be created in -->       <!-- Define the tracker where the item should be created in -->
       <property name="trackerId" value="1234" />       <property name="trackerId" value="1234" />
-      <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>