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.

Back to Catalog
Toolsjira

Block Preview

Jira

Jira

Interact with Jira

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the jira block with monitoring enabled in production.

Inputs (UI)

Operation

dropdown

Layout: full

Options: Read Issue, Read Issues, Update Issue, Write Issue

Domain

short-input

Placeholder: Enter Jira domain (e.g., neura-agent.atlassian.net)

Layout: full

Jira Account

oauth-input

Placeholder: Select Jira account

Layout: full

Provider: jira

Select Project

project-selector

Placeholder: Select Jira project

Layout: full

Provider: jira

Select Issue

file-selector

Placeholder: Select Jira issue

Layout: full

Provider: jira

Condition: operation = ["read","update"]

New Summary

short-input

Placeholder: Enter new summary for the issue

Layout: full

Condition: operation = ["update","write"]

New Description

long-input

Placeholder: Enter new description for the issue

Layout: full

Condition: operation = ["update","write"]

Inputs (API)

operation

string

Required

domain

string

Required

credential

string

Required

issueKey

string

Required

projectId

string

Optional

summary

string

Required

description

string

Optional

issueType

string

Optional

Outputs

Primary response type:

{
  "ts": "string",
  "issueKey": "string",
  "summary": "string",
  "description": "string",
  "created": "string",
  "updated": "string",
  "success": "boolean",
  "url": "string"
}

Tool Access

jira_retrievejira_updatejira_writejira_bulk_read
Jira | NowFlow Blocks