Sprint Board

Atlassian Design System Jira-style sprint board rendered as kanban columns. Each column has a name, ticket-count badge, and compact issue cards (key, summary, type icon, priority dot). Distinct from prerequisite_checklist which is a linear checklist. Adapted from Atlassian Design System Board patterns.

Surfaces
webgoogle-meet-stagepdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
emailmulti-column layout collapses; renders as sequential column headings with bullet lists
google-chatrenders as plain text column names with ticket counts and key-summary pairs
Live preview
0
0
0
Fields
FieldType
sprint_namestring. Sprint label shown above the board.optional
columnsarray. List of {name, items[]} where each item is {key, summary, type?, priority?}.required
Example payload
{
  "type": "sprint_board",
  "columns": [
    {
      "title": "To Do",
      "cards": []
    },
    {
      "title": "In Progress",
      "cards": []
    },
    {
      "title": "Done",
      "cards": []
    }
  ]
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:sprint_board",
  "displayName": "Sprint Board",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/sprint_board",
  "capabilities": [
    "web",
    "google-meet-stage",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Atlassian Design System Jira-style sprint board rendered as kanban columns. Each column has a name, ticket-count badge, and compact issue cards (key, summary, type icon, priority dot). Distinct from prerequisite_checklist which is a linear checklist. Adapted from Atlassian Design System Board patterns.",
  "representativeQueries": [
    "show a kanban sprint board with named columns and compact issue cards",
    "atlassian design system jira-style sprint board rendered as kanban columns. each column has a name,",
    "render a sprint board"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →