Jira - install and configure using Docker
Configure Broker to be used for Jira
Docker run command to set up a Broker Client for Jira
docker run --restart=always \
-p 8000:8000 \
-e BROKER_TOKEN=secret-broker-token \
-e BROKER_SERVER_URL=<broker-region-url> \
-e JIRA_USERNAME=username \
-e JIRA_PASSWORD=password \
-e JIRA_HOSTNAME=your.jira.domain.com \
-e BROKER_CLIENT_URL=http://my.broker.client:8000 \
-e PORT=8000 \
snyk/broker:jiraJira PAT authentication for SSO-enabled JIRA
Start the Broker Client container and verify the connection with Jira
Basic troubleshooting for Broker with Jira
PreviousJira - prerequisites and steps to install and configure BrokerNextJira - install and configure using Helm
Last updated
Was this helpful?

