Skip to content

Add a tool to get Images out of a Comment Thread or Work Item Description #665

@DennisFranzmannGOB

Description

@DennisFranzmannGOB

Summary

add x new tools to get attached images out of a work item description or a comment thread.

Tools

Develop the following tools with full parameter support, including optional ones:

get_attachment_for_work_item: Gets the attachment of a work item with id in specified project.

get_attachment_of_comment: Gets the attachment of a comment thread with.

Endpoint: unknown

Rules

  1. Adhere strictly to existing project standards and coding conventions.
  2. Ensure each tool exposes all API parameters (required and optional).
  3. Use the official Azure DevOps Node API to interact with the APIs.

Example Usage

As an example if you want to get the context of a bug or a pbi into a coding agent eg copilot you can use the already existing tool 'wit_get_work_item'. But this only reads in the textual context. if a bug eg contains some description and an image referencing the producing code place, the coding agent is not aware of this.

If there is an already existing way to handle this, please let me know.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions