Jira
App IntegrationsJira Node
Overview
Supports the following operations: Create Issue, Get Issue, Update Issue, Search Issues (JQL), Add Comment, Task, Bug, Story, Epic, Sub-task.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
domain | string | — | Configuration field for domain |
projectKey | string | — | Configuration field for projectKey |
issueKey | string | — | Configuration field for issueKey |
issueType | string | — | Configuration field for issueType |
summary | string | — | Configuration field for summary |
description | string | — | Configuration field for description |
jql | string | — | Configuration field for jql |
comment | string | — | Configuration field for comment |
fieldMapping | string | — | Configuration field for fieldMapping |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{jira.id}}anyOutput field: id
{{jira.key}}anyOutput field: key
{{jira.self}}anyOutput field: self
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"domain": "value",
"projectKey": "value",
"issueKey": "value",
"issueType": "value",
"summary": "value",
"description": "value",
"jql": "value",
"comment": "value",
"fieldMapping": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Jira in Your Workflow
Create a free account and start building AI-powered workflows with the Jira node.
Open Workflow Editor