SYSTEM Cited by 1 source
Jira¶
Jira is Atlassian's issue-tracking and project-management product. Issues live under Projects, can be grouped into Epics, and carry labels for cross-cutting tagging. Jira's workflows define the state machine (Open → In Progress → Done, with customisable transitions).
Role on this wiki¶
Jira is the receiving end of the canonical alert- channel-to-Jira auto-ticket workflow: an automated signal (accessibility violation, monitoring alert, security scan) is routed through a Slack workflow that creates a pre-populated Jira ticket with a canonical label and placement, collapsing the alert-to-triage step into a single button click.
Seen in¶
- sources/2025-01-07-slack-automated-accessibility-testing-at-slack
— Slack's accessibility team maintains a Jira workflow for
triaging a11y violations. A Slack alert-channel workflow
spins up a Jira ticket from an accessibility-automation
alert with label
automated accessibility, placed into the accessibility-triage Jira Epic. Verbatim surface: "A new JIRA bug ticket, A11YAUTO-37, was created." Canonicalises the alert-as-ticket-creation-UI pattern.
Related¶
- patterns/alert-channel-to-jira-auto-ticket-workflow — the canonical pattern Jira is the sink for.