Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Krause authored Jun 27, 2019
1 parent 719736b commit 2f952b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ This will include log messages for every time an issue is edited in Jira or ZenH
A complete example:

```bash
$ python sync_agile_boards.py ucsc-cgl/TEST ucsc-cgp/sync-test -j -o -v
$ python sync_agile_boards.py repo ucsc-cgl/TEST ucsc-cgp/sync-test -j -o -v
```
This will get all issues that are open in the `ucsc-cgp` ZenHub repo `sync-test`, get their matching issues in Jira,
and synchronize their information from each Jira issue to each ZenHub issue, storing all messages in the log file.
Expand All @@ -152,7 +152,7 @@ Using the optional
-jql flag, you can add additional JQL filters, like assignee, or updated timestamp, to the request URL and only synchronize
tickets that match. For example:
```bash
$ python sync_agile_boards.py test-org/TEST zen/zen-repo -z -jql assignee=you
$ python sync_agile_boards.py repo test-org/TEST zen/zen-repo -z -jql assignee=you
```
will make a request using the URL `https://test-org.atlassian.net/rest/api/latest/search?jql=project=TEST AND assignee=you`
that will return all issues in the TEST repo that are assigned to 'you'. Jira queries should contain spaces separating
Expand Down

0 comments on commit 2f952b1

Please sign in to comment.