Jira is a project management and issue tracking platform by Atlassian used for planning, tracking, and releasing software. The Jira integration with Frontegg allows your application to access and manage Jira issues, projects, and user data on behalf of your users.
Prerequisites
Prerequisites
- An Atlassian account with access to the Atlassian Developer Console
- Permission to create OAuth 2.0 apps in the Atlassian Developer Console
Go to developer.atlassian.com/console/myapps and sign in with your Atlassian account.

Click Create and select OAuth 2.0 integration from the dropdown.

In the dialog that appears, enter the app name and accept the terms:
- App name:
Frontegg Integration - Check I agree to the Atlassian developer terms
Click Create.


After creation, you are taken to the app overview page. This shows your app's details and navigation tabs.

Navigate to Settings to find your Client ID and Secret.

Save your Secret now
Save your Secret now
Copy the Secret immediately and store it securely. You will need it when configuring the Frontegg portal.
Navigate to the Permissions tab. In the API list, find Jira API and click Add.

After adding the Jira API, click Configure next to it. On the scopes page, click Edit Scopes under Jira platform REST API.
In the dialog, select the following scopes:
| Scope | Description |
|---|---|
read:jira-work | Read Jira project and issue data, search for issues, and objects associated with issues |
manage:jira-project | Create and edit project settings and create new project-level objects |
read:jira-user | View user information in Jira that the user has access to |
write:jira-work | Create and edit issues in Jira, post comments, create worklogs, and delete issues |
Click Save.


Navigate to the Authorization tab and click Add next to OAuth 2.0 (3LO).

In the Callback URLs field, enter the following URLs, one per line:
https://YOUR_MCP_GATEWAY_URL/integration-callback
Click Save changes.

Once you have your Client ID and Secret from the Settings page, enter them in the Frontegg portal:
- Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → Jira.
- Enter the Client ID and Secret in the corresponding fields.
- Click Save.
Keep your credentials secure
Keep your credentials secure
Never share or commit your Secret to version control.