Skip to main content

Jira

Jira is a project management and issue tracking tool used for software development, task management, and agile project management.

Authentication Types

Jira (Cloud) supports 3 authentication methods:

  • OAuth - Create your own Atlassian OAuth app with custom scopes. Every user connects with their Atlassian account.

    • Pros: Full control, per-user tracking, production-ready
    • Cons: ~2 min setup
  • Instant OAuth - Use Webrix's pre-configured Jira app for the fastest setup.

    • Pros: Fastest setup, no configuration needed
    • Cons: Limited scopes, not recommended for production
  • API Key - Use your Atlassian email and API token for authentication.

    • Pros: Easy setup
    • Cons: Single credential for all users

General Settings

Before using the connector, you need to configure:

  • Jira Organization Domain - Your Jira instance domain (e.g., yourcompany.atlassian.net)

Setting up OAuth

  1. Go to https://developer.atlassian.com/console/myapps/
  1. Click CreateOAuth 2.0 integration
  1. Enter a name for your app and click Create
  1. In the left sidebar, go to Permissions

  2. Click Add next to Jira API and configure the scopes you need

  1. In the left sidebar, go to Authorization

  2. Click Add next to OAuth 2.0 (3LO)

  1. Copy the Redirect URL from Webrix and paste it as the Callback URL
  1. Click Save changes

  2. In the left sidebar, go to Settings

  3. Copy the Client ID and Secret

  1. In Webrix, paste the Client ID and Client Secret

  2. Select the same scopes you configured in Atlassian

  3. Enter your Jira Organization Domain in General Settings

  4. Click Save Changes

Generating an API Key

  1. Go to https://id.atlassian.com/manage-profile/security/api-tokens
  1. Click Create API token

  2. Give your token a descriptive label

  1. Click Create

  2. Copy the token immediately

  3. In Webrix, enter the API key in the format: [email protected]:your-api-token