Jira Server
Jira Server (Data Center) is a self-hosted version of Jira for project management and issue tracking.
Authentication Types
Jira Server supports 2 authentication methods:
-
OAuth - Create your own Atlassian OAuth app (for Jira Server connected to Atlassian Cloud).
- Pros: Full control, per-user tracking, production-ready
- Cons: Requires OAuth configuration
-
API Key - Use a personal access token for authentication.
- Pros: Simple setup
- Cons: Single credential for all users
General Settings
Before using the connector, you need to configure:
- Jira Organization Domain - Your Jira Server instance URL (e.g.,
https://jira.yourcompany.com)
Setting up OAuth
For Jira Server instances connected to Atlassian Cloud:
-
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)
-
Add the Redirect URL from Webrix
-
In the left sidebar, go to Settings
-
Copy the Client ID and Secret
-
In Webrix, paste the Client ID and Client Secret
-
Enter your Jira Organization Domain in General Settings
-
Click Save Changes
Generating an API Key (Personal Access Token)
For Jira Server/Data Center (version 8.14+):
-
Log in to your Jira Server instance
-
Click on your profile icon in the top right
-
Go to Profile
- In the left sidebar, click Personal Access Tokens
- Click Create token
- Enter a Token name and optionally set an expiry date
-
Click Create
-
Copy the token immediately (it won't be shown again)
-
Paste the token into Webrix
-
Enter your Jira Organization Domain in General Settings
Note: For older Jira Server versions without PAT support, you may need to use basic authentication with your username and password.