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.
| Surface | Note |
|---|---|
| googlechat | renders as plain text with key and summary; no type icon or status badge |
| Field | Type | |
|---|---|---|
| key | string. Issue key, e.g. "PROJ-123". | required |
| issue_type | string. One of bug | story | task | epic | subtask. Default task. | optional |
| summary | string. Issue title or one-line description. | required |
| status | string. Column name e.g. "To Do", "In Progress", "Done". | optional |
| priority | string. One of highest | high | medium | low | lowest. | optional |
| assignee | string. Assignee display name. | optional |
| description | string. Short description or acceptance criteria. | optional |
| labels | array of strings. Label chips shown below the description. | optional |
{
"type": "jira_ticket",
"key": "example-id",
"summary": "A concise description of the content."
}
{
"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",
"meet-stage",
"email",
"pdf",
"apps-script-web"
],
"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"
]
}
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 →