Blocks
Jira
Interact with Jira
Connect to Jira workspaces to read, write, and update issues. Access content, metadata, and integrate Jira documentation into your workflows.
Block Preview
Jira
Interact with Jira
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the jira block with monitoring enabled in production.
Inputs (UI)
Operation
dropdownLayout: full
Options: Read Issue, Read Issues, Update Issue, Write Issue
Domain
short-inputPlaceholder: Enter Jira domain (e.g., neura-agent.atlassian.net)
Layout: full
Jira Account
oauth-inputPlaceholder: Select Jira account
Layout: full
Provider: jira
Select Project
project-selectorPlaceholder: Select Jira project
Layout: full
Provider: jira
Select Issue
file-selectorPlaceholder: Select Jira issue
Layout: full
Provider: jira
Condition: operation = ["read","update"]
New Summary
short-inputPlaceholder: Enter new summary for the issue
Layout: full
Condition: operation = ["update","write"]
New Description
long-inputPlaceholder: Enter new description for the issue
Layout: full
Condition: operation = ["update","write"]
Inputs (API)
operation
stringRequired
domain
stringRequired
credential
stringRequired
issueKey
stringRequired
projectId
stringOptional
summary
stringRequired
description
stringOptional
issueType
stringOptional
Outputs
Primary response type:
{
"ts": "string",
"issueKey": "string",
"summary": "string",
"description": "string",
"created": "string",
"updated": "string",
"success": "boolean",
"url": "string"
}