Skip to content

Commit

Permalink
make custom-commands example copy/pasteable
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Sep 7, 2017
1 parent 7d481fe commit 036ebb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -267,6 +267,7 @@ custom-commands:

* `jira mine` for listing issues assigned to you
```
custom-commands:
- name: mine
help: display issues assigned to me
script: |-
Expand All @@ -280,6 +281,7 @@ custom-commands:
```
* `jira sprint` for listing issues in your current sprint
```
custom-commands:
- name: sprint
help: display issues for active sprint
script: |-
Expand Down

0 comments on commit 036ebb4

Please sign in to comment.