Skip to main content
Glama

DevRev MCP Server

Official
by devrev

create_work

Generates new work items (issues or tickets) in DevRev, assigns them to specific users, and links them to relevant parts for streamlined task management.

Instructions

Create a new work item (issue, ticket) in DevRev

Input Schema

NameRequiredDescriptionDefault
applies_to_partYesThe DevRev ID of the part to which the work item applies
bodyNo
owned_byNoThe DevRev IDs of the users who are assigned to the work item
titleYes
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" }, "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": [ "type", "title", "applies_to_part" ], "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