Skip to content

Delete Issue Node

Data/Atlassian/Jira

Delete Issue

Delete a Jira issue. Use with caution - this action cannot be undone.

data_atlassian_jira_delete_issuedata
Inputs4
Outputs2
Security exposure10/10
Packagedata

Ratings

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

No score metadata has been set for this node yet.

Input Pins

4

Exec In

Execution
exec_in

Execution input

Provider

Struct
provider

Atlassian provider

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 to delete (e.g., PROJ-123)

Delete Subtasks

Boolean
delete_subtasks

Also delete subtasks (required if issue has subtasks)

Output Pins

2

Exec Out

Execution
exec_out

Execution output

Success

Boolean
success

Whether the deletion was successful

Node Info

Internal name
data_atlassian_jira_delete_issue
Category
Data/Atlassian/Jira