Integrating with an On-Premise Ticketing Service
This command connects Bright with a ticketing service deployed on a local server (currently only the On-Premise Jira is supported): bright-cli integration [options]
. The repositories of the connected service can then be integrated with the Bright projects to be used as endpoints for scan reports (details of detected security vulnerabilities).
For more information about the integration capabilities, see Ticketing Integrations.
Script Example
bright-cli integration --access-key $INTEGRATION_ACCESS_KEY --base-url https://your-cluster.atlassian.net --user $USERNAME --password $PASSWORD --token $API_TOKEN
Notes
- Sample variables are marked with a
$
. You must substitute them for your real values.- If your Jira username or password includes any special characters (for example, "pa$$word"), enclose the entire username or password in single quotes.
Options
Option | Description |
---|---|
| Bright cluster (domain name).
|
| The unique identifier generated in the Jira integration config dialog box in the Bright app. |
| Integration service type (currently only JIRA is supported) |
| Base URL to the Jira instance API |
| Your username for a local Jira Server or email for the Atlassian Jira Cloud |
| Your password for a local Jira Server or Jira API token for the Atlassian Jira Cloud |
| Bright organization API key or personal API key with the bot scope. |
| Runs the integration in a daemon mode |
| Specifies the path to the configuration file. By default, the CLI tries to discover the configuration in the |
| Allows setting a level of logs for reports. Bright will only show the logs of a level higher than the one specified. The options to select : 0, 1, 2, 3, 4, "silent", "error", "warn", "notice", and "verbose".
|
| Allows the Bright CLI to continue working even if the server connection is considered insecure. |
| SOCKS URL to proxy all traffic.
|
|
|
Updated 19 days ago