First you need to build the project:
$ docker build -t das-jira:latest .
This will create a docker image with the name das-jira
.
Then you can run the image with the following command:
$ docker run -p 50051:50051 das-jira:latest
You can find the image id by looking at the sbt output or by running:
$ docker images
Name | Description | Default | Required |
---|---|---|---|
base_url |
Jira base url | Yes | |
personal_access_token |
API PAT for self hosted Jira instances | Yes | |
token |
API token for user's Atlassian account. | Yes | |
uesrname |
Email address of agent user who have permission to access the API. | Yes |