From 529a12fac857efbfa749998ed872d668ff51d15d Mon Sep 17 00:00:00 2001 From: Jarryd Tilbrook Date: Wed, 1 Nov 2017 21:04:41 +0800 Subject: Add shortcut for opening current branch in Jira (#6366) --- plugins/jira/_jira | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/jira/_jira') diff --git a/plugins/jira/_jira b/plugins/jira/_jira index 03fe6a499..890f97f4c 100644 --- a/plugins/jira/_jira +++ b/plugins/jira/_jira @@ -7,6 +7,7 @@ _1st_arguments=( 'dashboard:open the dashboard' 'reported:search for issues reported by a user' 'assigned:search for issues assigned to a user' + 'br:open the issue named after the git branch of the current directory' 'dumpconfig:display effective jira configuration' ) -- cgit v1.2.3-70-g09d2 From 2aa2ea744eff2322b1fc2a31be556d95dda83797 Mon Sep 17 00:00:00 2001 From: Eric Hudon Date: Sun, 15 Apr 2018 07:17:23 -0400 Subject: Change the br argument to branch to follow PR #6678. (#6680) --- plugins/jira/_jira | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/jira/_jira') diff --git a/plugins/jira/_jira b/plugins/jira/_jira index 890f97f4c..d64614233 100644 --- a/plugins/jira/_jira +++ b/plugins/jira/_jira @@ -7,7 +7,7 @@ _1st_arguments=( 'dashboard:open the dashboard' 'reported:search for issues reported by a user' 'assigned:search for issues assigned to a user' - 'br:open the issue named after the git branch of the current directory' + 'branch:open the issue named after the git branch of the current directory' 'dumpconfig:display effective jira configuration' ) -- cgit v1.2.3-70-g09d2