Updated Plugins (markdown)

Brian Hartvigsen 2013-06-27 17:59:38 -07:00
parent 97577c83dc
commit d7ec4d6eb6

@ -401,7 +401,7 @@ Adds tab-completion of Grails script names to the command line use of grails. L
- `./plugins/*/scripts`
## jira
**Maintainer:** [paulredmond](https://github.com/paulredmond)
**Maintainer:** [tresni](https://github.com/tresni)
* Open Jira issues using the command *open_jira_issue*
```shell
@ -409,6 +409,11 @@ jira # Open new issue form in browser
jira ABC-123 # Open issue in browser
```
If you use Rapid Board make sure to add the following to your .zshrc:
```shell
JIRA_RAPID_BOARD="true"
```
## knife
**Maintainer:** [franklouwers](https://github.com/franklouwers)