Jira Cloud REST
Provides integration into Atlassian Jira Cloud using their REST API. This node allows you to easily perform operations like retrieving, creating, or updating issues, users, projects, and more within your Jira account.
Revision History
1.0.0.0 Initial Release
Properties
Connection
Type: Connection Input
The connection profile for your Jira Cloud account and authentication details.
Hostname
Type: String
The hostname of your Jira Cloud instance. For example, if your Jira URL is https://example.atlassian.net
, your Hostname is example.atlassian.net
.
ClientId
Type: String
The Client ID for your Jira Cloud OAuth 2.0 application.
ClientSecret
Type: Password
The Client Secret for your Jira Cloud OAuth 2.0 application.
AccessToken
Type: Password
The OAuth access token generated when connecting your account to Jira Cloud.
RefreshToken
Type: Password
The OAuth refresh token generated when connecting your account to Jira Cloud. This is used to automatically refresh the AccessToken when it expires.
OperationId
Type: String Input
The internal ID of the selected Jira operation. This is set automatically when selecting a sample.
Description
Type: String Input
A short description of the selected Jira operation. This is set automatically when selecting a sample.
Request
Type: JSON Input
The JSON body for the request. Used for operations like Create or Update. Leave empty for operations like GET requests.
Response
Type: JSON Output
The JSON response returned by Jira Cloud after the operation runs.
Setup
To use this node, you will need to create an OAuth 2.0 application in your Atlassian Developer account. A step-by-step guide for setting this up is available here.
Remarks
It is your responsibility to ensure that your OAuth 2.0 application is configured with the necessary scopes for the operations you intend to perform. Each Jira REST API endpoint specifies its required scopes within the API Reference.
This connector is only compatible with Jira Cloud.
Jira Server (self-hosted) and Jira Data Center are not supported.