Jira Authentication

We will be connecting with Jira via its Rest API, in combination with the Rest API Authentication

First, start by getting you Jira API token here:
https://id.atlassian.com/manage-profile/security/api-tokens

Then, create a new Rest API Resource.

3294

Set the authorization type to basic

3312

Set the username to [email protected] and password to your token

1976

Congrats! You're now able to run queries against Jira.
For example, for the project with identifier KAB and sudomain datasiv, your Rest API request may look like this.

3322

You'll use the url endpoint /rest/api/2//search?jql=...
You're able to preview and run your query by clicking the "Preview" button

2756