Skip to content

Get Boards Node

Data/Atlassian/Jira/Agile

Get Boards

Get all agile boards (Scrum or Kanban)

data_atlassian_jira_get_boardsdata
Inputs5
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.
3/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
1/10High

Input Pins

5

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

Filter boards by project key (optional)

Board Type

String
board_type

Filter by board type: 'scrum' or 'kanban' (optional)

Name

String
name

Filter boards by name (partial match, optional)

Output Pins

3

Exec Out

Execution
exec_out

Execution output

Boards

Struct Array
boards

List of boards

JiraBoardJiraBoard5 fields
idinteger:int64required
format int64
namestringrequired
board_typestringrequired
project_keystring | null
project_namestring | null
Schema enforced

Count

Integer
count

Number of boards

Node Info

Internal name
data_atlassian_jira_get_boards
Category
Data/Atlassian/Jira/Agile
Version
1