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
webmeet-stageemailpdfapps-script-web
Degraded on
SurfaceNote
googlechatrenders as plain text with key and summary; no type icon or status badge
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",
    "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"
  ]
}
← 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 →