You're viewing a demo portfolio

Join the waitlist
PRSM

generate_jira_kanban_board

Active

Tool of com.mermaidchart/mermaid-mcp

declared in 1.0.0

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
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.mermaidchart/mermaid-mcp

https://github.com/Mermaid-Chart/mermaid-mcp

1/7 registries
View full server →
generate_jira_kanban_board — com.mermaidchart/mermaid-mcp — PRSM MCP