summaryrefslogtreecommitdiff
path: root/plugins/jira/jira.plugin.zsh
AgeCommit message (Collapse)Author
2014-09-05Merge pull request #2744 from docwhat/ostype-not-unameRobby Russell
Use $OSTYPE instead of uname to speed things up
2014-08-19Update jira plugin to allow lookup of issuesTom Cammann
Plugin now supports lookup of tickets by assignee and reporter
2014-07-23Use $OSTYPE instead of uname to speed things upChristian HoĢˆltje
The $OSTYPE variable is set at ZSH compile time and can be safely used to determine the OS of the system. e.g. darwin (os x)
2014-07-15Add support for jira-prefix configuration fileSimon Frost
2013-11-12Use environment specific open command when creating a new Jira issue.Marco Chan
2013-06-12Correctly detect Rapid BoardBrian Hartvigsen
* Add "x" in front of the value we check against... * Use true instead of yes (more consistent with the rest of ohmyzsh) The fact that no one seems to have raised this as an issue leads me to believe it's not used that much...
2013-05-27fix the open command in linux using xdg-openMarc-Antoine Lemieux
2012-12-02Backwards Compatible Jira URLs #1378Brian Hartvigsen
Adds support for Rapid Board without breaking backwards compatibility (like #1378) Allows JIRA url to be set in .zshrc, current directory, and/or home directory.
2012-10-09Wrong URL :zap:Paul Redmond
2012-10-01Missing comment linePaul Redmond
2012-09-28Correct error message.Paul Redmond
2012-09-28Clean up docPaul Redmond
2012-09-28Jira ticket shortcut to browse existing issues or create a new issue.Paul Redmond