Currently all work items are patched. Only existing work items should be patched (iff they differ). This leads to a bug, where a KeyError is raised for WorkItems on which the serializer failed. For these None is placed inside the converter session. In the patch work item call it is tried to receive a non existing work item from the PolarionRepo.
Also handle Constraints which don't have a linkedText defined. Their description is then just an empty Markup.
Currently all work items are patched. Only existing work items should be patched (iff they differ). This leads to a bug, where a KeyError is raised for WorkItems on which the serializer failed. For these
None
is placed inside the converter session. In the patch work item call it is tried to receive a non existing work item from the PolarionRepo.Also handle
Constraint
s which don't have a linkedText defined. Their description is then just an empty Markup.