Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
titleSince version 8.1.0

Email This Issue now supports OAuth2 authorization protocol to access email services such as Gmail.

OAuth2 specifications define the concept of Client Credentials which is comprised of two attributes: Client ID and Client Secret.

To obtain such a credential, you must visit your email service provider’s console page and have your provider generate a Client ID-Secret pair for you. See how you can do this with Google or Microsoft.

Once you generated a Client ID-Secret pair with your service provider, you must save these credentials in Email This Issue and use them in Mail Accounts and Smtp Connections if you choose to use OAuth2 authorizations to access these services.

Client credentials (client ID and Secret) are required to access the provider and retrieve the so called Refresh Tokens and Access Tokens that ensure you’re allowed to access the service.

Without such credentials, OAuth2 authorization will not work.

OAuth2 Credentials in Email This Issue

You can find the saved credentials or create new ones on this page

Add a new Credential

Attribute

Description

Name

Name your credentials so that you can recognize them later

Service Provider

The email service provider like Google OAuth2 Provider

Client ID

Enter the Client ID obtained from your service provider

Client Secret

Enter the Client Secret obtained from your Service Provider completing the Client ID

Authorization Endpoint

Service Provider’s authorization service

Token Endpoint

Service Provider’s token service

Callback URL

The URL to which the Service Provider will redirect during the authorization process.

This is relative to your Jira instance.

Info

Client Secret is stored in an encrypted form in the database.

On this page

Table of Contents