-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,13 @@ | ||
# DAS Jira | ||
[](/licenses/BSL.txt) | ||
|
||
## How to use | ||
|
||
First you need to build the project: | ||
```bash | ||
$ 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: | ||
```bash | ||
$ docker run -p 50051:50051 das-jira:latest | ||
``` | ||
|
||
You can find the image id by looking at the sbt output or by running: | ||
```bash | ||
$ docker images | ||
``` | ||
[Data Access Service](https://github.com/raw-labs/protocol-das) for [Jira](https://www.atlassian.com/software/jira). | ||
|
||
## Options | ||
|
||
| Name | Description | Default | Required | | ||
|-------------------------|--------------------------------------------------------------------|---------|----------| | ||
| `base_url` | Jira base url | | Yes | | ||
| `personal_access_token` | API PAT for self hosted Jira instances | | Yes | | ||
| `base_url` | Jira base URL | | Yes | | ||
| `personal_access_token` | API PAT for self hosted Jira instances | | No | | ||
| `token` | API token for user's Atlassian account. | | Yes | | ||
| `uesrname` | Email address of agent user who have permission to access the API. | | Yes | | ||
| `username` | Email address of agent user who have permission to access the API. | | Yes | |