Skip to content

Detect deleted elements from EA during Export to codebeamer

During export to codebeamer, LemonTree.Connect is capable of detecting elements which were deleted in EA. However, this is not done by default and an additional configuration in the export tracker has to be done.

If a package is exported to codebeamer and elements were deleted in EA, LemonTree.Connect does not automatically delete these elements in codebeamer.
Currently, three things will happen with deleted elements:

  1. Deleted elements will be relocated to a tracker item called "Obsolete Items". This element has to exist in the export tracker.
  2. Deleted elements will have a prefix "[OBSOLETE]" added to their name.
  3. Deleted elements will have their status set to "Obsolete". This status value has to exists and the transition to the status value "Obsolete" has to be valid.

If you want to use the feature of detecting deleted elements, you can either use the project template for codebeamer linked in the guide "Configure a codebeamer Tracker for Export of EA Elements" or you can follow the steps below.

Relocation to "Obsolete Items"

If you want elements to be detected as deleted, a tracker item called "Obsolete Items" has to be created in the export tracker.

Mandatory 'Obsolete Items' item

Without the tracker item called "Obsolete Items", the deletion detection does not work!

If you use the codebeamer project template from Configure a codebeamer Tracker for Export of EA Elements, the item "Obsolete Items" will be created as a "Folder". If you use this, you also have to map an EA package to the codebeamer type Folder in the Mapping Configuration, otherwise the delete detection will not work.

Obsolete Items

Type of 'Obsolete Items' item

You can use any type (f.e. folder, no type, or even custom types) for the Obsolete Items tracker item. However, this must align with the Mapping Configuration that you use during the export.

For example, if you only use one single mapping to export an EA Component to a custom type "EA Component", the "Obsolete Items" item must also have the custom type "EA Component" and the my_uml_type has to "Component".

Setting deleted elements to status "Obsolete"

In order to set deleted elements to the status value "Obsolete", two conditions have to be met:

  1. The status value "Obsolete" has to exist:
    1. Navigate to the tracker configuration.
    2. Select "Fields".
    3. Select "Options" of the Status field.
    4. Select "Add Option...".
    5. Type in the name "Obsolete".
    6. Type in the description "Obsolete".
    7. Do not mark the status as Obsolete!
    8. Finish with OK (2x).
    9. Save the tracker configuration.
  2. If workflow is active for your tracker, you have to enable the state transition from any status to the status "Obsolete" has to be valid:
    1. Navigate to the tracker configuration.
    2. Select "State Transitions".
    3. Below the list of existing transitions, select "More..." and click "State Transition".
    4. For "From", select the first entry in the list and for "To", select "Obsolete".
    5. Repeat step d) for every existing status value.
    6. Finish with "Save".

Disable workflows for status transitions

Alternatively, you can just disable "Workflow" for your tracker, then you can perform any status transition at any time:

export_Tracker