We have a connection that synchronizes Bugs and CRs from Jira to Defects in MF ALM.
As Bugs and CRs are different types in Jira and MF Connect only allows to define a TypeMapping towards one type, we have one connection with two (identical) type-mappings.
One for Bug to Defect, one for CR to Defect:
In MF ALM we have defined a Field "Type" which contains either "Bug" or "Change" and is set to the corresponding value by a "Master CalculatedValue" for the TypeMappings.
Recently the Type of a Jira-Issue was change from "Bug" to "Change" after the synchronisation. All other attributes (including Jira-KEY) stayed the same.
Expected behaviour: The value Type of the Defect in MF ALM changes from "Bug" to "Change"
Observed behaviour: The remaining Defect remains the same. A duplicate Defect is created, which only differs in the field "Type" from the original and is linked to the same Jira issue:
What do I have to do, to come from the observed to the expected behaviour?
After all, changing the issue type from Bug to Change in Jira (or vice versa) is nothing frequent, but happens once or twice each month, and can be done by all users (in case of identical workflows in Jira).