Jira Ticket

Atlassian Design System Jira issue card showing issue key, type icon (bug/story/task/epic/subtask), one-line summary, status lozenge, priority indicator, assignee, optional description, and label chips. Adapted from Atlassian Design System Card + Lozenge patterns.

Surfaces
webgoogle-meet-stageemailpdfgoogle-apps-script-webmcp-apps
Degraded on
SurfaceNote
google-chatrenders as plain text with key and summary; no type icon or status badge
Live preview
example-idTo Do
A concise description of the content.
🟡 Medium
Fields
FieldType
keystring. Issue key, e.g. "PROJ-123".required
issue_typestring. One of bug | story | task | epic | subtask. Default task.optional
summarystring. Issue title or one-line description.required
statusstring. Column name e.g. "To Do", "In Progress", "Done".optional
prioritystring. One of highest | high | medium | low | lowest.optional
assigneestring. Assignee display name.optional
descriptionstring. Short description or acceptance criteria.optional
labelsarray of strings. Label chips shown below the description.optional
Example payload
{
  "type": "jira_ticket",
  "key": "example-id",
  "summary": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:jira_ticket",
  "displayName": "Jira Ticket",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/jira_ticket",
  "capabilities": [
    "web",
    "google-meet-stage",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Atlassian Design System Jira issue card showing issue key, type icon (bug/story/task/epic/subtask), one-line summary, status lozenge, priority indicator, assignee, optional description, and label chips. Adapted from Atlassian Design System Card + Lozenge patterns.",
  "representativeQueries": [
    "show a Jira issue card with type icon, status lozenge, priority, and assignee",
    "atlassian design system jira issue card showing issue key, type icon (bug/story/task/epic/subtask),",
    "render a jira ticket"
  ]
}
← 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 →