Docs/App Integrations/Jira

Jira

App Integrations

Jira Node

Overview

Supports the following operations: Create Issue, Get Issue, Update Issue, Search Issues (JQL), Add Comment, Task, Bug, Story, Epic, Sub-task.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
domainstring—Configuration field for domain
projectKeystring—Configuration field for projectKey
issueKeystring—Configuration field for issueKey
issueTypestring—Configuration field for issueType
summarystring—Configuration field for summary
descriptionstring—Configuration field for description
jqlstring—Configuration field for jql
commentstring—Configuration field for comment
fieldMappingstring—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