Browse Source

Wrong URL :zap:

Paul Redmond 12 years ago
parent
commit
af21abb134
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/jira/jira.plugin.zsh

+ 1 - 1
plugins/jira/jira.plugin.zsh

@@ -14,7 +14,7 @@ open_jira_issue () {
       `open $jira_url/secure/CreateIssue!default.jspa`;
     else
       echo "Opening issue #$1";
-      `open $jira_url/issues/$1`;
+      `open $jira_url/browse/$1`;
     fi
   fi
 }