Versions Compared

Key

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

...

Property Name

Property Code

Required

Description

Jira URL

JIRA_URL

Yes

Jira URL (For example http://myjira.atlassian.net)

Jira User

JIRA_USER_NAME

Yes

Jira User Name

Jira Auth Type

JIRA_AUTH_TYPE

No

Authentication method for connecting to Jira. Defaults to BasicAuth.

Useful for connecting to On-premise instances of Jira where connecting using basic authentication will not work with username and password or API token alike. In those cases authentication type must be set to the BearerToken and API token provided.

Jira API Token

JIRA_PASSWORD

Yes

Jira API Token. See (https://confluence.atlassian.com/cloud/api-tokens-938839638.html) to learn more about API tokens and how to create them.

Jira Ticket URL Pattern

JIRA_TICKET_URL_PATTERN

Yes

Jira Ticket URL Pattern (/browse/{JIRA_ISSUE})

Jira Rest API Pattern

JIRA_TICKET_REST_PATTERN

Yes

Jira Rest API Pattern (/rest/api/2/issue/{JIRA_ISSUE})

...