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
- Click Create → OAuth 2.0 integration
- Enter a name for your app and click Create
-
In the left sidebar, go to Permissions
-
Click Add next to Jira API and configure the scopes you need
-
In the left sidebar, go to Authorization
-
Click Add next to OAuth 2.0 (3LO)
- Copy the Redirect URL from Webrix and paste it as the Callback URL
-
Click Save changes
-
In the left sidebar, go to Settings
-
Copy the Client ID and Secret
-
In Webrix, paste the Client ID and Client Secret
-
Select the same scopes you configured in Atlassian
-
Enter your Jira Organization Domain in General Settings
-
Click Save Changes
Generating an API Key
-
Click Create API token
-
Give your token a descriptive label
-
Click Create
-
Copy the token immediately
-
In Webrix, enter the API key in the format:
[email protected]:your-api-token