Change create release plan method to hide work item details#11931
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR changes the create release plan method to hide work item details by returning a simplified release plan object instead of the raw work item details. The changes extract specific fields from the work item and populate a ReleasePlanDetails object for cleaner output.
- Updated the CreateReleasePlan method to extract work item ID and custom fields into a ReleasePlanDetails object
- Modified test assertions to verify the new return type instead of the work item type
- Added documentation note to direct users to the Release Planner Tool for manual updates
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| ReleasePlanTool.cs | Modified to extract work item fields into ReleasePlanDetails object instead of returning raw work item |
| ReleasePlanToolTests.cs | Updated test assertions to check for ReleasePlanDetails type instead of WorkItem type |
| create-release-plan.instructions.md | Added note directing users to Release Planner Tool for manual updates |
|
The following pipelines have been queued for testing: |
praveenkuttappan
left a comment
There was a problem hiding this comment.
Looks fine to me. Please sync instruction file to all repos.
|
/check-enforcer override |
…ctions.md Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
…ctions.md Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
The following pipelines have been queued for testing: |
|
/check-enforcer override |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11931 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Summer Warren <summerwarren@microsoft.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net>
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#11931 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) --------- Co-authored-by: Summer Warren <summerwarren@microsoft.com> Co-authored-by: Mariana Rios Flores <mariari@microsoft.com> Co-authored-by: Ben Broderick Phillips <ben@benbp.net>


No description provided.