Skip to main content
Glama

DevRev MCP Server

Official
by devrev

add_timeline_entry

Track progress by adding updates to a work item or enhancement via a timeline entry using the specified ID and entry details.

Instructions

Add a timeline entry to a work item (issue, ticket) or part (enhancement)

Input Schema

NameRequiredDescriptionDefault
idYesThe DevRev ID of the work item (issue, ticket) or part (enhancement)
timeline_entryYesThe timeline entry about updates to the work item (issue, ticket) or part (enhancement).

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The DevRev ID of the work item (issue, ticket) or part (enhancement)", "type": "string" }, "timeline_entry": { "description": "The timeline entry about updates to the work item (issue, ticket) or part (enhancement).", "type": "string" } }, "required": [ "id", "timeline_entry" ], "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