generate_jira_kanban_board
ActiveTool of com.mermaidchart/mermaid-mcp
Generate a Mermaid kanban board from Jira issues. Issues are grouped into columns by their current status and ordered by workflow stage (To Do → In Progress → Done). Each card shows the issue summary and is a clickable link to the ticket, with optional assignee and priority badges.
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'."
},
"assignee": {
"type": "string",
"description": "Filter by assignee — Jira account ID, display name, or 'currentUser()'."
},
"issueType": {
"type": "string",
"description": "Filter by issue type, e.g. 'Story', 'Bug', 'Task'."
},
"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": "Maximum number of issues to fetch (1–100, default 50)."
},
"projectKey": {
"type": "string",
"minLength": 1,
"description": "REQUIRED: Jira project key, e.g. 'PROJ' or 'MYTEAM'."
}
},
"additionalProperties": false
}Parent server
com.mermaidchart/mermaid-mcp
https://github.com/Mermaid-Chart/mermaid-mcp
1/7 registries