Usage
The Jira integration can be added directly to a step in the integrations
section.
The send_notification utility function can be used with a Jira integration to create an issue in Jira. For example, if a deployment fails, a ticket can be created in Jira through this integration.
Default Environment Variables
When you add this integration to a step, a set of environment variables is automatically made available.
Environment variable | Description |
---|---|
int_<integration-name>_url | Jira API endpoint URL |
int_<integration-name>_username | Username or email to use to login |
int_<integration-name>_token | Authorization to use for invoking the APIs |