The problem is likely the fact that these two work items have identical textual descriptions. Considering the UI (which is a giant text box), description is used as the identifier for a work item, so once there are two work items with identical descriptions, problems are not surprising.
However, I wonder how did we get to a state where we have to identical work items. It could be a race condition, though that doesn't sound very likely.
The problem is likely the fact that these two work items have identical textual descriptions. Considering the UI (which is a giant text box), description is used as the identifier for a work item, so once there are two work items with identical descriptions, problems are not surprising.
However, I wonder how did we get to a state where we have to identical work items. It could be a race condition, though that doesn't sound very likely.