Skip to main content

Jira Connector

Jira Manage Jira issues, comments, projects and users

Connections

Jira Basic Connection

Jira Basic Connection

InputCommentsDefault
UsernameProvide a valid username for the given jira account you want to connect.
API KeyProvide an api token to authenticate all requests with. Cloud users need to generate an API token for this value.
HostProvide a string value for the URL of your Jira account.
VersionSelect an API version for your Jira API request3

Jira OAuth 2.0 Connection

Jira OAuth 2.0 Connection

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe OAuth 2.0 Authorization URL for Jirahttps://auth.atlassian.com/authorize?audience=api.atlassian.com&prompt=consent
Token URLThe OAuth 2.0 Token URL for Jirahttps://auth.atlassian.com/oauth/token
ScopesA space-delimited set of one or more scopes to get the user's permission to access.read:project:jira read:user:jira write:issue:jira read:issue:jira read:issue-link:jira write:issue-link:jira read:issue-link-type:jira write:issue-link-type:jira read:issue.transition:jira delete:issue:jira offline_access
Client ID
Client Secret
Jira Site NameBy default this connector connects to the first Jira site this user has access to. If you have multiple Jira sites, please specify which one you would like to connect to, you can use the site name or the full url.
VersionSelect an API version for your Jira API request3

Actions

Add Comment

Add a comment to an existing issue

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
CommentProvide a string value for the comment.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Add Issue Attachment

Add a file attachment to an issue

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
FileThe file to upload - either string contents or a binary file
File NameThe name of the file to upload

Create Issue

Create an issue within a given project

InputCommentsDefault
Connection
Project IDProvide the ID or Name of the Project.
SummaryProvide a string value for the summary of the issue.
DescriptionProvide a string value for the description of the issue.
ADF DescriptionThe above json code will print: 'Some text' in the Jira Issue description, to get more info visit: https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/ to get a JSON representation of your description.
{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Some text"
}
]
}
]
}
Issue Type NameProvide a value for the name type of the issue. Use this field or the Issue Type ID field.
Issue Type IDProvide the ID of the Issue Type. Use this field or the Issue Type Name field.
Assignee Account IDProvide the Account ID for the person being assigned the issue.
Reporter Account IDProvide the Account ID for the person that is reporting the issue.
Due DateProvide due date for the issue.
PriorityProvide the unique identifier of the priority. This value can either be an Id, key, or name of the desired record.
LabelsProvide a list of labels for the issue.
VersionsProvide JSON data for the versions. You must supply a JSON array with an object containing an Id.
Fix VersionsProvide JSON data for the fix versions. Your object must have a property 'id'
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Create User

Create a new user record

InputCommentsDefault
Connection
Email AddressProvide a string value for a valid email address.
UsernameProvide a string value for the username of the user.
PasswordProvide a password to assign to the user.
NotificationsThis flag will determine if the user will receive notifications.false
Display NameProvide a string value for the display name to assign to the new user.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Create Version

Create a new version

InputCommentsDefault
Connection
DescriptionProvide a string value for the description of the issue.
Version NameProvide a string value for the name of the version.
ArchivedThis flag determines if the given version is archived.false
ReleasedThis flag determines if the given version has been released.false
Start DateProvide a value for the startDate.
Release DateProvide a valid date for the release of the given version.
Project KeyProvide a string value for the key of the project.
Project IDProvide the ID or Name of the Project.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Create Webhook

Create a webhook to send data from Jira to an instance URL

InputCommentsDefault
Connection
Webhook URLReference a flow's URL from the trigger payload
Webhook DetailsWebhook Details payload to be sent into Jira's OAuth2 Webhook API or Jira's REST API; must match structure of webhooks property for Register Dynamic Webhook endpoint: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks/#api-rest-api-3-webhook-post

Delete Comment

Delete a comment from an issue

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
Comment IDProvide the Comment ID.

Delete Issue

Delete an issue by id

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.

Delete Webhook

Delete a webhook by ID

InputCommentsDefault
Connection
Webhook IDThe ID of the webhook to remove

Download Issue Attachments

Download the attachments data connected to an issue

InputCommentsDefault
Connection
Issue IDProviding an Issue ID will return all attachments of an Issue.
Attachment IDsThe IDs of the attachments to download. If this field is provided, the issue id input will be ignored.

Find Issue

Find Issue by attribute

InputCommentsDefault
Connection
Search TypeAttribute to search
Search ValueValue to search for

Find Project

Find Project by attribute

InputCommentsDefault
Connection
Search TypeAttribute to search
Search ValueValue to search for

Find User

Find User by attribute

InputCommentsDefault
Connection
Search ValueValue to search for

Get Board

Get information and metadata of a board by Id

InputCommentsDefault
Connection
Board IDProvide the ID of the Board.

Get Comments

Get all the comments on a given issue

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.

Get Current User

Get the information and metadata of the current user

InputCommentsDefault
Connection

Get Issue

Get the information and metadata of an issue

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.

Get Project

Get the information and metadata of a project

InputCommentsDefault
Connection
Project IDProvide the ID or Name of the Project.

Get Status List

Returns a status list

InputCommentsDefault
Connection
Project IDProvide the ID or Name of the Project.
Max ResultsProvide a value for the maximum amount of results to be returned in the request.
Start AtProvide the index of the first item to return (to start from)0

Get User

Get information and metadata about an user by id

InputCommentsDefault
Connection
Account IDProvide the Account ID of the account to use.
ExpandThe response may contain a list under the _expandable property; you can specify any of its values separated by commas.

Get Version

Get the information and metadata of an existing version

InputCommentsDefault
Connection
Version IDProvide the ID of the Version.

List Assignable Users for Project

Returns a list of users assignable to the given project

InputCommentsDefault
Connection
Project KeyProvide a string value for the key of the project.
Start AtProvide the index of the first item to return (to start from)0
Max ResultsProvide a value for the maximum amount of results to be returned in the request.

List Boards

Retrieve a list of existing boards

InputCommentsDefault
Connection
Start AtProvide the index of the first item to return (to start from)0
Max ResultsProvide a value for the maximum amount of results to be returned in the request.
FilterThe filter applied to the list of dashboards.my

List Board Sprints

List all sprints within a board

InputCommentsDefault
Connection
Board IDProvide the ID of the Board.
Start AtProvide the index of the first item to return (to start from)0
Max ResultsProvide a value for the maximum amount of results to be returned in the request.

List Issue Attachments

Returns a list of issue attachments

InputCommentsDefault
Issue IDProvide the ID of the Issue.
Connection

List Issue Custom Fields

List all configured issue fields

InputCommentsDefault
Connection

List Issue Fields

List all non-custom issue fields

InputCommentsDefault
Connection

List all available issue link types

InputCommentsDefault
Connection

List Issues

Returns a list of issues

InputCommentsDefault
Connection
Start AtProvide the index of the first item to return (to start from)0
Max ResultsProvide a value for the maximum amount of results to be returned in the request.

List Issue Transitions

Returns a list of issue transitions

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.

List Issue Types

Returns a list of issue types

InputCommentsDefault
Connection

List Issue Worklogs

Returns a list of issue worklogs

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.

List Priorities

Returns a list of all priorities

InputCommentsDefault
Connection
Max ResultsProvide a value for the maximum amount of results to be returned in the request.
Start AtProvide the index of the first item to return (to start from)0

List Projects

Retrieve a list of all projects

InputCommentsDefault
Connection
Max ResultsProvide a value for the maximum amount of results to be returned in the request.
Start AtProvide the index of the first item to return (to start from)0

List Versions

Returns a list of all versions

InputCommentsDefault
Connection
Project IDProvide the ID or Name of the Project.
Max ResultsProvide a value for the maximum amount of results to be returned in the request.
Start AtProvide the index of the first item to return (to start from)0

List Webhooks

List all webhooks configured, including those for other integrations

InputCommentsDefault
Connection
Fetch AllTurn this On to fetch all results.false

Query

Search your entire Jira site using a JQL query

InputCommentsDefault
Connection
SearchProvide a string value to search on.
ExpandThe response may contain a list under the _expandable property; you can specify any of its values separated by commas.
Start AtProvide the index of the first item to return (to start from)0
Max ResultsProvide a value for the maximum amount of results to be returned in the request.

Raw Request

Send raw HTTP request to Jira

InputCommentsDefault
Connection
URLInput the path only (/rest/api/3/project/recent), The base URL is already included (https://api.atlassian.com/ex/jira/<CLOUD_ID>). For example, to connect to https://api.atlassian.com/ex/jira/<CLOUD_ID>/rest/api/3/project/recent, only /rest/api/3/project/recent is entered in this field./rest/api/3/project/recent
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Refresh Webhook

Refresh webhook expiration by ID

InputCommentsDefault
Connection
Webhook IDID of the webhook to refresh

Search Issues

Returns a list of issues that match the given string of text

InputCommentsDefault
Connection
SearchProvide a string value to search on.
Project KeyProvide a string value for the key of the project.

Search Projects

Returns a list of projects that match the given string of text

InputCommentsDefault
Connection
SearchProvide a string value to search on.

Search Users

Returns a single user that matches the given string of text

InputCommentsDefault
Connection
SearchProvide a string value to search on.

Transition Issue

Transition an existing issue by Id

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
Transition IDProvide the ID of the Transition.

Update Comment

Update the contents and metadata of an existing comment.

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
Comment IDProvide the Comment ID.
CommentProvide a string value for the comment.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Update Issue

Update an existing issue within a given project

InputCommentsDefault
Connection
Issue IDProvide the ID of the Issue.
Project IDProvide the ID or Name of the Project.
SummaryProvide a string value for the summary of the issue.
DescriptionProvide a string value for the description of the issue.
ADF DescriptionThe above json code will print: 'Some text' in the Jira Issue description, to get more info visit: https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/ to get a JSON representation of your description.
{
"version": 1,
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "Some text"
}
]
}
]
}
Issue Type NameProvide a value for the name type of the issue. Use this field or the Issue Type ID field.
Issue Type IDProvide the ID of the Issue Type. Use this field or the Issue Type Name field.
Assignee Account IDProvide the Account ID for the person being assigned the issue.
Reporter Account IDProvide the Account ID for the person that is reporting the issue.
Fix VersionsProvide JSON data for the fix versions. Your object must have a property 'id'
PriorityProvide the unique identifier of the priority. This value can either be an Id, key, or name of the desired record.
LabelsProvide a list of labels for the issue.
Due DateProvide due date for the issue.
VersionsProvide JSON data for the versions. You must supply a JSON array with an object containing an Id.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record

Update Version

Update an existing version by Id

InputCommentsDefault
Connection
Version IDProvide the ID of the Version.
DescriptionProvide a string value for the description of the issue.
Version NameProvide a string value for the name of the version.
ArchivedThis flag determines if the given version is archived.false
ReleasedThis flag determines if the given version has been released.false
Start DateProvide a value for the startDate.
Release DateProvide a valid date for the release of the given version.
Project KeyProvide a string value for the key of the project.
Project IDProvide the ID or Name of the Project.
Dynamic FieldsA field for dynamic inputs that can be configured at deploy time with the use of a key value config variable.
ValuesThe names of the fields and their values to use when creating/updating a record