Skip to main content
Glama

DevRev MCP Server

Official
by devrev

update_work

Modify work items such as issues or tickets in DevRev by updating fields like title, description, assigned users, stage, or sprint 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
modified_byNoThe DevRev IDs of the users who modified the work item
owned_byNoThe DevRev IDs of the users who are assigned to the work item
sprintNoThe DevRev ID of the sprint to be assigned to an issue.
stageNoThe stage name of the work item. Use valid_stage_transition tool to get the list of valid stages you an update to.
subtypeNo
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" }, "modified_by": { "description": "The DevRev IDs of the users who modified the work item", "items": { "type": "string" }, "type": "array" }, "owned_by": { "description": "The DevRev IDs of the users who are assigned to the work item", "items": { "type": "string" }, "type": "array" }, "sprint": { "description": "The DevRev ID of the sprint to be assigned to an issue.", "type": "string" }, "stage": { "description": "The stage name of the work item. Use valid_stage_transition tool to get the list of valid stages you an update to.", "type": "string" }, "subtype": { "properties": { "drop": { "description": "If true, the subtype will be dropped from the work item. If false, the subtype will be added to the work item.", "type": "boolean" }, "subtype": { "description": "The subtype value of the work item. Remember to use list_subtypes tool to get the list of valid subtypes.", "type": "string" } }, "required": [ "drop" ], "type": "object" }, "title": { "type": "string" }, "type": { "enum": [ "issue", "ticket" ], "type": "string" } }, "required": [ "id", "type" ], "type": "object" }

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