To successfully connect Gemini Enterprise to your Jira Data Center instance, complete the following configuration steps.
Create a user and grant administrator access
To create a new user and add the user to the administrator group, do the following:
- Sign in to your Jira Data Center instance at the base URL with administrator credentials. The base URL is typically in the format
https://jira.yourcompany.com. - To create a new user, follow these steps:
- Click the settings icon settings and select User management from the list.
- Enter the administrator credentials, if prompted.
- In the Administration page, click Create user.
- Enter the email address, full name, username, and password.
- Click Create user.
- To add the newly created user to the administrators group, follow these steps:
- Click Groups from the navigation menu.
- Search for the
jira-administratorsgroup and open it. - Click Add/Remove Users and add the newly created user to this group.
Set up OAuth 2.0 authentication and add permissions
To set up an incoming external application link using OAuth 2.0 in Jira Data Center and obtain the client ID and client secret, complete the following steps. You must have administrator privilege or the help of a Jira Data Center administrator to complete this step.
- Sign in to your Jira Data Center instance at the base URL with administrator credentials. The base URL is typically in the format
https://jira.yourcompany.com. - Click the settings icon and select Jira Administration from Applications.
- In the navigation menu, click Application links from Integrations.
- On the Application links page, click Create link.
- In the Create link modal, configure the following:
- Application type: Select External application.
- Direction: Select Incoming.
- Click Continue.
Configure the OAuth 2.0 details:
- Name: Enter a descriptive name for the application link.
Redirect URL: Enter the following redirect URI:
https://vertexaisearch.cloud.google.com/oauth-redirect
Application permissions: Select
ReadorWritebased on your specific connection mode:Connection mode Permissions Purpose Data ingestion ReadRequired to ingest Jira Data Center projects, comments, issues, attachments, and worklogs. Federated search ReadRequired to search Jira Data Center projects, comments, issues, attachments, and worklogs.
Click Continue. The client ID and client secret are automatically generated and displayed.
- Client ID (Consumer Key): Copy the unique ID provided.
- Client Secret (Shared Secret): Copy the client secret and store it securely, for example, in a password manager. The secret is displayed only once. If lost, you must create a new application link to generate new credentials.
Click Save. The newly created application link will appear in the list on the Application links page.