From cfb0726726d8a324df7e454905265a7ebdd90729 Mon Sep 17 00:00:00 2001 From: paulredmond Date: Tue, 9 Oct 2012 08:43:38 -0700 Subject: [PATCH] Add jira plugin info --- Plugins.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Plugins.md b/Plugins.md index 98e41e9..ece02ba 100644 --- a/Plugins.md +++ b/Plugins.md @@ -288,6 +288,15 @@ Adds tab-completion of Grails script names to the command line use of grails. L - `./scripts` - `./plugins/*/scripts` +## jira +**Maintainer:** [paulredmond](https://github.com/paulredmond) + +* Open Jira issues using the command *open_jira_issue* +```shell +jira # Open new issue form in browser +jira ABC-123 # Open issue in browser +``` + ## knife **Maintainer:** [franklouwers](https://github.com/franklouwers)