Atlassian Jira Cloud integration
Use the Atlassian Jira Cloud action connector to create, update, search, and manage Jira issues, projects, sprints, and users directly in Amazon Quick through natural language.
Setting up this integration involves two steps. First, you create an OAuth 2.0 (3LO) app in the Atlassian Developer Console and configure its permissions. Then, you create the integration in Amazon Quick and connect it to your Atlassian app. For information about the authentication methods that Amazon Quick supports, see Authentication methods.
Before you begin
Make sure you have the following before you set up the integration.
-
Atlassian Jira Cloud.
-
Access to the Atlassian Developer Console
to create or manage an OAuth app. -
For subscription requirements, see Set up integrations in the console.
Configure the Atlassian Developer Console
If you plan to use user authentication (3LO), create an OAuth 2.0 app in the Atlassian Developer Console before you configure Amazon Quick. Complete all of the following steps before moving to the Amazon Quick console.
If you plan to use service authentication (API Key) only, you can skip this section and proceed to Set up the integration in Amazon Quick.
For more information about OAuth 2.0 (3LO) apps, see OAuth 2.0 (3LO) apps
Create an OAuth 2.0 (3LO) app
Amazon Quick uses an Atlassian OAuth 2.0 (3LO) app to authenticate with your Atlassian Cloud product on behalf of your users. Create this app in the Atlassian Developer Console before you configure Amazon Quick.
-
Open the Atlassian Developer Console
and sign in with your Atlassian account. -
Choose Create, then choose OAuth 2.0 integration.
-
For Name, enter a descriptive name for your integration, for example
.your-app-nameconnector -
Review and accept the Atlassian developer terms.
-
Choose Create.
Configure permissions
After you create the OAuth 2.0 app, add the API permissions that Amazon Quick needs to interact with your Atlassian product.
-
From your app in the Atlassian Developer Console, choose Permissions in the left navigation.
-
Find the API for your Atlassian product (for example, Jira API or Confluence API) and choose Add. The button changes to Configure after the API is added.
-
Choose Configure. The scopes page opens with Classic scopes and Granular scopes tabs.
-
On the Classic scopes tab, choose Edit Scopes. Select the required classic scopes and choose Save.
-
Choose the Granular scopes tab, then choose Edit Scopes. Select the required granular scopes and choose Save.
For the specific scopes required for your integration, see the scopes section that follows.
Configure API permissions
Add the following scopes to your OAuth 2.0 app for the Jira Cloud action integration.
Classic scopes
On the Classic scopes tab, choose Edit Scopes and select the following scopes.
| Scope | Description |
|---|---|
read:jira-work |
Read Jira project and issue data, search for issues, and objects associated with issues like attachments and worklogs. |
manage:jira-project |
Create and edit project settings and create new project-level objects (for example, versions and components). |
manage:jira-configuration |
Take Jira administration actions (for example, create projects and custom fields, view workflows, manage issue link types). |
read:jira-user |
View user information in Jira that the user has access to, including usernames, email addresses, and avatars. |
write:jira-work |
Create and edit issues in Jira, post comments as the user, create worklogs, and delete issues. |
manage:jira-webhook |
Fetch, register, refresh, and delete dynamically declared Jira webhooks. |
Granular scopes
Choose the Granular scopes tab, then choose
Edit Scopes. Use the search bar to find the scopes
below. For example, search for sprint:jira-software to find
sprint-related scopes.
| Scope | Description |
|---|---|
read:board-scope:jira-software |
Read board configurations. |
read:sprint:jira-software |
Read sprint information. |
write:sprint:jira-software |
Create and modify sprints. |
delete:sprint:jira-software |
Delete sprints. |
write:board-scope:jira-software |
Manage board configurations. |
read:project:jira |
Read project details. |
Configure authorization
Set the callback URL so that Atlassian can redirect users back to Amazon Quick after they authorize the app.
-
From your app in the Atlassian Developer Console, choose Authorization in the left navigation.
-
Next to OAuth 2.0 (3LO), choose Add.
-
For Callback URLs, enter
https://. Replaceregion.quicksight.aws.amazon.com/sn/oauthcallbackregionwith the AWS Region where your Amazon Quick instance is deployed, for exampleus-east-1. -
Choose Save changes.
Record your credentials
Before you leave the Atlassian Developer Console, confirm that you have the following values. You need them for the Amazon Quick configuration.
-
From your app in the Atlassian Developer Console, choose Settings in the left navigation.
-
Under Authentication details, copy the Client ID and Secret values.
| Value | Where to find it |
|---|---|
| Client ID | Settings page, under Authentication details |
| Secret | Settings page, under Authentication details |
Set up the integration in Amazon Quick
After you prepare your authentication credentials, create the integration in Amazon Quick.
-
In the Amazon Quick console, choose Integrations.
-
Choose the Actions tab.
-
Under Set up a new app integration for Actions, find Atlassian Jira Cloud and choose the Add (plus "+") button.
-
In the Create integration wizard, fill in the following fields:
-
Name – Descriptive name for your Jira integration.
-
Description (Optional) – Notes about how this connection will be used.
-
Connection type – Choose Public network.
-
-
Under Authentication settings, choose your authentication method and fill in the required fields:
-
For User authentication, configure the following fields:
Base URL – Your Jira instance URL for API calls. This is not the same URL that users log into. It resembles the following:
https://api.atlassian.com/ex/jira/. To find your instance ID, navigate toyourInstanceIdhttps://.your-domain.atlassian.net/_edge/tenant_infoClient ID – Client ID from the Settings page of your Atlassian OAuth app.
Client secret – Secret from the Settings page of your Atlassian OAuth app.
Token URL –
https://auth.atlassian.com/oauth/tokenAuthorization URL –
https://auth.atlassian.com/authorizeRedirect URL – This field is pre-populated with your Amazon Quick callback URL.
-
For Service authentication, configure the following fields:
API Key – Jira API token.
Base URL – Your Jira instance URL for API calls.
Email – Associated user account email.
-
-
Choose Create and continue.
-
(Optional) On the Share integration page, choose users to share the integration with.
Important
Jira Cloud may return HTTP 200 success responses even when API tokens are
revoked or improperly configured. For more information, see JRACLOUD-82932
Available actions
After you set up the integration, the following actions are available.
| Action | Description |
|---|---|
| Add Attachment | Add an attachment to an issue. |
| Add Comment | Add new comment. |
| Change Issue Status | Change task status of an issue. |
| Create Issue | Create new issue or subtask. |
| Create Project | Create new project. |
| Create Sprint | Create a sprint in a project. |
| Delete Comment | Remove comment. |
| Delete Issue | Delete an issue in a project. |
| Delete Project | Remove project. |
| Delete Sprint | Delete a sprint in a project. |
| Edit Issue | Modify issue. |
| Find Users | Search for a Jira user. |
| Get All Labels | View all labels. |
| Get All Users | List all Jira users. |
| Get Attachment Content | View the contents of an attachment. |
| Get Comments | View issue comments. |
| Get Issue | View details of an issue in a project. |
| Get Issue Types For Project | View project issue types. |
| Get Priorities | View issue priorities. |
| Get Project | View project details. |
| Get Sprint | View details of a sprint in a project. |
| Move Issues to Backlog | Move issues to backlog. |
| Move Issues To Sprint And Rank | Assign an issue to a sprint. |
| Search Issues | Search for issues. |
| Search Projects | Find visible projects. |
| Search Statuses | Search issue statuses. |
| Update Comment | Edit comment. |
| Update Project | Modify project. |
| Update Sprint | Update sprint details. |
Note
The actions you can use depend on the permissions configured in your Jira Cloud instance and your authentication method.
Manage and troubleshoot
To edit, share, or delete your integration, see Managing existing integrations.
Authentication issues
-
Incorrect app configuration – Verify the OAuth app in the Atlassian Developer Console includes the required scopes and that the redirect URI matches your Amazon Quick configuration.
-
Expired or revoked API token – If using service authentication, check that the API token has not expired or been revoked. Due to a known Jira Cloud behavior (JRACLOUD-82932
), the integration may appear to connect successfully even with invalid tokens. -
Incorrect Base URL – The Base URL for API calls is not the same as the Jira Cloud login URL. Verify you are using the API URL format:
https://api.atlassian.com/ex/jira/. To find your instance ID, navigate toyourInstanceIdhttps://.your-domain.atlassian.net/_edge/tenant_info
Common error messages
-
Access denied. You do not have permission to perform this action– The authenticated user does not have the required permissions in Jira Cloud. Contact your Jira Cloud administrator to verify and grant appropriate permissions. -
OAuth 2.0 authorization failed– Verify the client ID, client secret, and OAuth scopes are configured correctly in both the Atlassian Developer Console and Amazon Quick.