Skip to main content

Jira

Create, update, and query Jira issues directly from a workflow.

Configuration

Navigate to Settings → Integrations → Add Integration → Jira.

FieldDescription
NameA friendly label for this connection (e.g. "Jira – Production")
DomainYour Atlassian domain ending in .atlassian.net (e.g. myteam.atlassian.net)
EmailThe email address associated with your Atlassian account
API TokenAn Atlassian API token (starts with ATATT). Generate one at id.atlassian.com.

Click Test Connection to verify the credentials. On success you'll see the connected Atlassian user.

Editor usage

Add a Jira node to the canvas. The settings panel includes:

Data tab

FieldDescription
OperationThe action to perform — create-issue, get-issue, update-issue
Project KeyThe Jira project key (e.g. PROJ)
Issue TypeIssue type — Task, Bug, Story, etc.
SummaryIssue title (supports variable interpolation from upstream nodes)
DescriptionIssue body (supports variable interpolation)
PriorityOptional priority level

Config tab

Select which Jira connection to use. You can also configure or disconnect from this tab.

Workflow example

Connect a Playwright node to a Jira node to automatically create tickets when tests fail. Use {{playwright.failedTests}} in the Summary or Description fields to include test failure details.