generate_ticket_timeline
ActiveTool of com.mermaidchart/mermaid-mcp
Generate a Mermaid diagram showing the history of a single Jira ticket using its changelog. Two views are available: - **state**: stateDiagram-v2 showing all status transitions with dates and authors, nodes coloured by status category. - **timeline** (default): Mermaid timeline grouped by month, showing status changes, assignee changes, priority changes, sprint moves, and resolutions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticketKey",
"clientName"
],
"properties": {
"view": {
"enum": [
"state",
"timeline"
],
"type": "string",
"default": "timeline",
"description": "Diagram view to generate. 'state' shows status transitions; 'timeline' shows all field changes over time."
},
"ticketKey": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: Jira issue key, e.g. 'MC-123' or 'PROJ-42'."
},
"clientName": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries