Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement manage work item link handler #36

Merged
merged 1 commit into from
Mar 31, 2025

Conversation

Tiberriver256
Copy link
Owner

@Tiberriver256 Tiberriver256 commented Mar 31, 2025

This pull request introduces a new feature for managing work item links in Azure DevOps, including the addition of handlers, schemas, and tests. The most important changes are summarized below:

New Feature: Manage Work Item Links

  • src/features/work-items/manage-work-item-link/feature.ts: Implemented the manageWorkItemLink function to add, remove, or update links between work items, including error handling and validation.
  • src/features/work-items/manage-work-item-link/schema.ts: Added ManageWorkItemLinkSchema to define the schema for managing work item links.
  • src/server.ts: Integrated the manage_work_item_link handler into the server, including schema validation and request handling. [1] [2] [3]

Documentation Updates

  • README.md: Updated the documentation to include the new manage_work_item_link functionality.
  • project-management/task-management/done.md: Documented the completion of the manage_work_item_link task, including implementation details and sub-tasks.

Testing

  • src/features/work-items/manage-work-item-link/feature.spec.unit.ts: Added unit tests for the manageWorkItemLink function to verify correct behavior for adding, removing, and updating links.
  • src/features/work-items/manage-work-item-link/feature.spec.int.ts: Added integration tests for the manageWorkItemLink function to ensure it works correctly with the Azure DevOps API.

These changes provide a comprehensive and tested implementation for managing work item links in Azure DevOps, enhancing the project's functionality and documentation.

#34

Add feature to manage work item links

Allows adding, removing, and updating links between work items
@Tiberriver256 Tiberriver256 merged commit 72cd641 into main Mar 31, 2025
1 check passed
@Tiberriver256 Tiberriver256 deleted the task-1.0-manage-work-item-link branch March 31, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant