Skip to main content
Glama

DevRev MCP Server

Official
by devrev

valid_stage_transition

Use this tool to retrieve valid stage transitions for a work item or part in DevRev. Ensure stage updates comply with valid transitions by checking before applying changes.

Instructions

gets a list of valid stage transition for a given work item (issue, ticket) or part (enhancement). Use this before updating stage of the work item or part to ensure the transition is valid.

Input Schema

NameRequiredDescriptionDefault
idYesThe DevRev ID of the work item (issue, ticket) or part (enhancement)
typeYes

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The DevRev ID of the work item (issue, ticket) or part (enhancement)", "type": "string" }, "type": { "enum": [ "issue", "ticket", "enhancement" ], "type": "string" } }, "required": [ "type", "id" ], "type": "object" }

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