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)