StandardJiraCredentialService

Description:

Provides a service that can be used to authenticate to Jira.

Tags:

jira, authentication, credential

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values.

Display NameAPI NameDefault ValueAllowable ValuesDescription
Authentication Methodjira-authentication-methodNone
  • None Access Jira anonymously
  • Access Token Use Personal Access Token to access Jira (supported by Jira Server).
  • API Token Use your e-mail address & API token to access Jira (supported by Jira Cloud).
Method used to authenticate with Jira
Access Tokenjira-personal-access-tokenPersonal access tokens (PATs) are a secure way to use scripts and integrate external applications with your Atlassian application. In Jira, select your profile picture at the top right of the screen, then choose Profile. Once you access your profile, select Personal Access Tokens in the left-hand menu.
Sensitive Property: true

This Property is only considered if the [Authentication Method] Property has a value of "Access Token".
E-mail Addressjira-email-addressYour registered e-mail address at Jira Cloud.

This Property is only considered if the [Authentication Method] Property has a value of "API Token".
API Tokenjira-api-tokenYour API token at Jira Cloud. To create such token, visit your Atlassian ID Account Settings page at: https://id.atlassian.com
Sensitive Property: true

This Property is only considered if the [Authentication Method] Property has a value of "API Token".

State management:

This component does not store state.

Restricted:

This component is not restricted.

System Resource Considerations:

None specified.