generate_ticket_dependency_tree
ActiveTool of com.mermaidchart/mermaid-mcp
Generate a Mermaid flowchart that visualises Jira issue dependency links for a project. Each node shows the ticket key, summary, and status, and is a clickable link to the ticket. Dashed nodes represent issues linked from outside the current filter set.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"projectKey",
"clientName"
],
"properties": {
"sprint": {
"type": "string",
"description": "Filter by sprint name or numeric ID, e.g. 'Sprint 12' or '42'."
},
"status": {
"type": "string",
"description": "Filter by issue status, e.g. 'In Progress', 'To Do', 'Done'."
},
"assignee": {
"type": "string",
"description": "Filter by assignee — Jira account ID, display name, or 'currentUser()'."
},
"reporter": {
"type": "string",
"description": "Filter by reporter — Jira account ID or display name."
},
"colorMode": {
"enum": [
"light",
"dark",
"none"
],
"type": "string",
"default": "light",
"description": "Color scheme for the diagram: 'light' (default pastel fills), 'dark' (deep fills for dark backgrounds), or 'none' (no fill/stroke overrides, inherits the Mermaid theme)."
},
"clientName": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: The name of the client/agent using the MCP server for analytics tracking."
},
"maxResults": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Target number of issues to render in the tree (1–100, default 50)."
},
"projectKey": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: Jira project key, e.g. 'PROJ' or 'MYTEAM'. Used as the base JQL project filter."
},
"createdAfter": {
"type": "string",
"description": "Include only issues created on or after this date, ISO format: '2024-01-15'."
},
"createdBefore": {
"type": "string",
"description": "Include only issues created on or before this date, ISO format: '2024-03-31'."
},
"useUrlShortener": {
"type": "boolean",
"default": true,
"description": "Shorten the preview/edit URL via Short.io. Disable to get the full unshortened URL (default true)."
}
},
"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