Skip to content

raw-labs/das-jira

Repository files navigation

DAS Jira

How to use

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

Options

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •  

Languages