fix: remove legacy duplicate known issues missing a Zendesk ID - #45
Open
julia-rabello wants to merge 1 commit into
Open
fix: remove legacy duplicate known issues missing a Zendesk ID#45julia-rabello wants to merge 1 commit into
julia-rabello wants to merge 1 commit into
Conversation
Each of these had a counterpart with the same underlying issue (matched via slugEN) and a valid internalReference, filed in a different category folder. These legacy copies had no internalReference (or null), so the zendesk-id dedupe never grouped them as duplicates and left them behind. Zendesk IDs kept: 323525, 417098, 322764, 342720, 1215924, 337069 (same 6 issues across en/es/pt).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
These 18 files are legacy duplicates of known issues that already exist elsewhere (in a different category folder) with a valid
internalReference(Zendesk ID). The legacy copies have nointernalReference(ornull), so thededupe-by-zendesk-idaction never grouped them with their counterpart and never flagged them.Matched via the
slugENfrontmatter field (translated titles differ slightly, so title matching alone wasn't reliable for es/pt).Zendesk ID kept, legacy copy removed (same 6 issues across en/es/pt):
323525— benefit with restricted number of installments... (kept in Checkout, removed from Shopping)417098— inconsistency in the quantity of items with assembly options... (kept in Checkout, removed from Post-purchase)322764— price range disregards sales policy (kept in Portal, removed from Marketing & Merchandising)342720— kit look out of stock shown as sold out (kept in Portal, removed from Marketing & Merchandising)1215924— problems with triggers that contain attachments (kept in Storage, removed from Master Data)337069— productlist itemAttachment duplicate on quantity increase (kept in Store Framework, removed from Shopping)Not touched (different Zendesk IDs sharing a
slugEN, left for manual review): Shopee commercial policy error (1238883/1236034), Magazine Luiza status update (829762/827440), accounts with "-" in name (793570/1344531).Test plan