Skip to content

Update Jira Issue Node

Data/Atlassian/Jira

Update Jira Issue

Update an existing Jira issue's fields

data_atlassian_jira_update_issuedata
Inputs9
Outputs3
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
3/10High

Input Pins

9

Input

Execution
exec_in

Trigger the update

Provider

Struct
provider

Atlassian provider (from Atlassian node)

AtlassianProviderAtlassianProvider7 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The access token (OAuth, API token, or PAT)

base_urlstringrequired

The base URL for the Atlassian instance For cloud: https://your-domain.atlassian.net For server/data center: https://your-server.com

emailstring | null

Email for Cloud API token auth (not needed for OAuth or Server PAT)

is_cloudbooleanrequired

Whether this is a cloud instance

auth_typestringrequired

Authentication type: "oauth", "api_token" (cloud), or "pat" (server/dc)

cloud_idstring | null

Cloud ID for OAuth (required for OAuth to call APIs via api.atlassian.com)

default null
Schema enforced

Issue Key

String
issue_key

The issue key (e.g., PROJ-123) to update

Summary

String
summary

New summary/title (leave empty to keep current)

Description

String
description

New description (leave empty to keep current)

Priority

String
priority

New priority name (leave empty to keep current)

Assignee ID

String
assignee_id

New assignee account ID (leave empty to keep current, use 'unassigned' to remove)

Labels

String Array
labels

New labels (replaces existing labels, leave empty to keep current)

Default []

Comment

String
comment

Add a comment while updating (optional)

Output Pins

3

Success

Execution
exec_out

Triggered when update completes successfully

Error

Execution
error

Triggered when an error occurs

Issue

Struct
issue

The updated Jira issue

JiraIssueJiraIssue14 fields
idstringrequired

Issue ID

keystringrequired

Issue key (e.g., "PROJ-123")

summarystringrequired

Issue summary/title

descriptionstring | null

Issue description (may contain ADF or plain text)

issue_typeJiraIssueTyperequired

Issue type

idstringrequired

Issue type ID

namestringrequired

Issue type name (e.g., "Bug", "Story", "Task")

descriptionstring | null

Issue type description

subtaskbooleanrequired

Whether this is a subtask type

icon_urlstring | null

Icon URL

statusJiraStatusrequired

Issue status

idstringrequired

Status ID

namestringrequired

Status name (e.g., "To Do", "In Progress", "Done")

descriptionstring | null

Status description

status_categorystring | null

Status category (e.g., "new", "indeterminate", "done")

priorityanyOf (2)

Issue priority

variant 1JiraPriorityvariant
idstringrequired

Priority ID

namestringrequired

Priority name (e.g., "Highest", "High", "Medium", "Low", "Lowest")

descriptionstring | null

Priority description

icon_urlstring | null

Icon URL

variant 2nullvariant
projectJiraProjectrequired

Project the issue belongs to

idstringrequired

Project ID

keystringrequired

Project key (e.g., "PROJ")

namestringrequired

Project name

descriptionstring | null

Project description

leadanyOf (2)

Project lead

variant 1JiraUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

email_addressstring | null

User email (if available)

activebooleanrequired

Whether the user is active

avatar_urlstring | null

User avatar URLs

variant 2nullvariant
+1 more fields
assigneeanyOf (2)

Issue assignee

variant 1JiraUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

email_addressstring | null

User email (if available)

activebooleanrequired

Whether the user is active

avatar_urlstring | null

User avatar URLs

variant 2nullvariant
reporteranyOf (2)

Issue reporter

variant 1JiraUservariant
account_idstringrequired

User account ID

display_namestringrequired

User display name

email_addressstring | null

User email (if available)

activebooleanrequired

Whether the user is active

avatar_urlstring | null

User avatar URLs

variant 2nullvariant
createdstringrequired

Issue creation timestamp

updatedstringrequired

Issue last update timestamp

labelsArray<string>required

Labels assigned to the issue

itemsstringarray item
urlstringrequired

Web URL to view the issue

Schema enforced

Node Info

Internal name
data_atlassian_jira_update_issue
Category
Data/Atlassian/Jira
Version
1