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
webmeet-stagepdfapps-script-web
Degraded on
SurfaceNote
emailmulti-column layout collapses; renders as sequential column headings with bullet lists
googlechatrenders as plain text column names with ticket counts and key-summary pairs
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",
    "meet-stage",
    "pdf",
    "apps-script-web"
  ],
  "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 Try it live →
Deploy your own renderer

The renderer is open source. 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 apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →