When merging new REST transactions into an existing Service Image, all previously functional path-parameterized transactions stop matching. While the transaction data merges correctly, the global URL-matching configuration (specifically the REST Data Protocol Handler rules on the VSM's Listen Step) becomes corrupted or decoupled during the merge process.
Symptoms:
All supported DevTest releases.
When you record a brand-new transaction separately and then merge it into your existing consolidated image, DevTest merges the transaction data itself, but it does not reliably reconcile the Listen Step's filter configuration between the two. If that merge overwrites, duplicates, or drops the Base Path/path-param filter on the original VSM's Listen Step, the effect isn't limited to the new transaction — it breaks URL matching for every transaction in the image, because that filter governs how incoming requests get parsed before matching against anything. That's exactly your symptom: one merge, and all previously-working path-param transactions stop matching.