@W-19086044 Add custom label migration functionality and resolve merge conflicts#365
Merged
mdmehran-qureshi merged 3 commits intosalesforcecli:prerelease/develop-gafrom Aug 18, 2025
Conversation
| return { | ||
| key, | ||
| value, | ||
| title: title || value?.toString() || '', |
Contributor
There was a problem hiding this comment.
@mdmehran-qureshi Can you add known issue of custom labels reporting and incompleteness to the document
https://docs.google.com/document/d/1OrUqfrm8XnmT746y3q1rEKeEnwh2hUK4XGIyaTNA8Zw/edit?tab=t.dmpus5j7gvip
Contributor
There was a problem hiding this comment.
Please tag the work item created with Luna team
| "customLabelMigrationCompleted": "Custom Labels migration completed. %s labels processed out of %s total", | ||
| "errorDuringCustomLabelMigration": "Error during Custom Labels migration: %s", | ||
| "callingCloneCustomLabelsAPI": "Calling clone-custom-labels API for namespace: %s", | ||
| "cloneCustomLabelsAPIResponse": "Clone custom labels API response summary: %s results", |
Contributor
There was a problem hiding this comment.
Please add these labels to the CX document and reviewed with CX team for approved labels
sf-kishore-kurri
approved these changes
Aug 13, 2025
Contributor
sf-kishore-kurri
left a comment
There was a problem hiding this comment.
Added few comments, remaining changes LGTM
ce041b4 to
2d41d44
Compare
890f6b2
into
salesforcecli:prerelease/develop-ga
1 check passed
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.
What does this PR do?
What issues does this PR fix or reference?