Breadcrumbs

Connectors

Available connectors

Connectors are available on demand. Please contact your CSM if you would like to discuss your needs.

The following connectors are currently available:

Configuration constants

Connectors configuration can refer to two types of constants:

  • Text constants, which store clear text value.

  • Secret constants, which value can not be retrieved after being set.

Constants are referenced within configurations through the syntax ${Constant_name}.

JSON
{
  "jiraUrl": "${JIRA_URL}",
  "jiraApiVersion": 3,
  "jiraAuth": {
    "type": "Basic",
    "userId": "${JIRA_USER}",
    "password": "${JIRA_TOKEN}"
  },
  "webhookSecret": "${JIRA_WEBHOOK_SECRET}"
}