Skip to content

Get Project Issues Node

Data/Atlassian/Jira

Get Project Issues

Get all issues for a specific Jira project

data_atlassian_jira_get_project_issuesdata
Inputs7
Outputs6
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.
4/10Medium
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
2/10High

Input Pins

7

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

Project Key

String
project_key

The project key (e.g., PROJ)

JQL Filter

String
jql_filter

Additional JQL filter to apply (optional, will be combined with project filter)

Max Results

Integer
max_results

Maximum number of issues to return (default 50, max 100)

Default 50

Start At

Integer
start_at

Index to start at for server/Data Center pagination

Default 0

Next Page Token

String
next_page_token

Cloud pagination token from a previous response

Output Pins

6

Exec Out

Execution
exec_out

Execution output

Error

Execution
error

Triggered when an error occurs

Issues

Struct Array
issues

List of issues in the project

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

Total

Integer
total

Total number of issues

Count

Integer
count

Number of issues returned in this response

Next Page Token

String
next_page_token_out

Cloud pagination token for the next page

Node Info

Internal name
data_atlassian_jira_get_project_issues
Category
Data/Atlassian/Jira
Version
2