From d7ec4d6eb6831f902ffe651d1a8f09c4afefadbc Mon Sep 17 00:00:00 2001 From: Brian Hartvigsen Date: Thu, 27 Jun 2013 17:59:38 -0700 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index 3721035..8dfa68e 100644 --- a/Plugins.md +++ b/Plugins.md @@ -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)