What’s Supported

Supported Actions

For Jira, the following is supported:

Supported Objects

The Atlassian connector supports writing to and reading from Jira Issues.

Example Integration

For an example manifest file of a Jira integration, visit our samples repo on Github.

Before You Get Started

To integrate Atlassian Jira with Ampersand, you will need an Atlassian Account.

Once your account is created, you’ll need to create an app in Atlassian, configure the Ampersand redirect URI within the app, and obtain the following credentials from your app:

  • Client ID
  • Client Secret
  • Scopes

You will then use these credentials and scopes to connect your application to Ampersand.

Create an Atlassian Account

Here’s how you can sign up for an Atlassian account:

Creating an Atlassian App

Follow the steps below to create a Atlassian app:

  1. Log in to your Atlassian Developer Console.

  2. Click the Create dropdown to create a new app.

  3. Select Oauth 2.0 integration.

  4. Enter the App Name.

  5. Select the I agree to be bound by Atlassian’s developer terms. checkbox.

  6. Click Create.


    Alt text

Adding Scopes in your Atlassian App

You need to define the necessary permissions for your Atlassian app by selecting and adding required scopes, to allow Ampersand to access data effectively. You can limit the access to only the specific scopes needed for your application.

Follow the steps below to add scopes to your Atlassian App:

  1. In your Developer Console , select your app.
  2. Go to Permission.
  3. Select the scopes for your application. Atlassian will authorize access to the selected scopes for your application.

Alt text

For more information on the scopes, go to Scopes section in the Atlassian documentation.

Adding Ampersand Redirect URL in Your App

Follow the steps below to add the Ampersand redirect URL in your Atlassian app:

  1. In your Developer Console , select your app.
  2. Go to Authorization.
  3. Next to OAuth 2.0 (3LO), click Add.
  4. Enter the Ampersand Callback URL: https://api.withampersand.com/callbacks/v1/oauth.
  5. Click Save changes.

Alt text

You’ll find the Client ID and Client Secret keys for your app in the Settings section.

Alt text

You’ll use these credentials while connecting your app to Ampersand.

Add Your Atlassian App Info to Ampersand

  1. Log in to your Ampersand Dashboard.

  2. Select the project where you want to create a Atlassian integration.

    Alt text

  3. Select Provider apps.

  4. Select Atlassian from the Provider list.

  5. Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.

  6. Enter the scopes set for your application in Atlassian.


    Alt text

  7. Click Save changes.

Using the connector

To start integrating with Atlassian: