Skip to main content
Glama

DevRev MCP Server

Official
by devrev

update_work

Modify an existing work item (issue, ticket) in DevRev by updating details like title, description, assigned users, or associated part using the MCP server.

Instructions

Update an existing work item (issue, ticket) in DevRev

Input Schema

NameRequiredDescriptionDefault
applies_to_partNoThe DevRev ID of the part to which the work item applies
bodyNo
idYes
owned_byNoThe DevRev IDs of the users who are assigned to the work item
titleNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "applies_to_part": { "description": "The DevRev ID of the part to which the work item applies", "type": "string" }, "body": { "type": "string" }, "id": { "type": "string" }, "owned_by": { "description": "The DevRev IDs of the users who are assigned to the work item", "items": { "type": "string" }, "type": "array" }, "title": { "type": "string" }, "type": { "enum": [ "issue", "ticket" ], "type": "string" } }, "required": [ "id", "type" ], "type": "object" }
Install Server

Other Tools from DevRev MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/devrev/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server