0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00
Commit graph

50 commits

Author SHA1 Message Date
Matthias Heyman
54779e5250
fix(jira): support identifiers delimited with a hyphen (#11782)
Co-authored-by: Matthias Heyman <matthias.heyman@ebo-enterprises.com>
2023-06-29 13:29:14 +02:00
Robby Russell
046f0ca557
fix(jira): Update README examples to a table format 2023-01-09 20:25:08 +00:00
Arnaud Zheng
e0d0dfb845
feat(jira): support rapid view on rapid board mode (#9459)
* feat(jira): support rapid view on rapid board mode

* Update README to clarify how the rapid board/view works

Co-authored-by: Robby Russell <robby@planetargon.com>
2023-01-09 19:53:32 +00:00
Vladimir
585084354e
feat(jira): add optional plugin "tempo" path (#11121)
CHANGE: added new environment variable JIRA_TEMPO_PATH to allow set an optional path

Co-authored-by: Vladimir Antoscenco <vladimir.antoscenco@tekoway.com>
2023-01-09 19:45:20 +00:00
August Feng
fc722807f8
refactor(jira)!: rename myissues to mine and add completion (#10931) 2023-01-09 19:43:42 +00:00
Alex
9f31951019
fix(jira): Make prefix check on "jira branch" command case-insensitive (#8799)
* Make prefix check on "jira branch" command case-insensitive

* Update plugins/jira/jira.plugin.zsh

Co-authored-by: Marc Cornellà <hello@mcornella.com>

* Fixing tabs to spaces

Co-authored-by: Robby Russell <robby@planetargon.com>
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2023-01-09 19:30:08 +00:00
Dmitry
31c2dc32c2
jira: add tempo command (#8928) 2020-05-21 18:11:18 +02:00
Josh Christopherson
587000ec02 Some tweaks to the Jira plugin
[x] Updating `branch` command to be compatible with git-flow style branches by removing any prefix before attempting to go to the ticket number in Jira.
[x] Removing the switch between /browse/ and /issues/ based off of the `JIRA_RAPID_BOARD` setting - as all issues are under browse now it seems.
2020-03-02 23:37:40 +01:00
Marc Cornellà
1f6e1555f2 Clean up jira function 2020-03-02 23:26:52 +01:00
RoToRx88
952200044d Better support for branch name
Enable to get issue from branch prefixed with it and delimited by '_'
2020-03-02 23:16:44 +01:00
Matthew Manuel
2f6d79b75d Uppercase the issue in open issue command in the JIRA plugin 2020-03-02 23:14:08 +01:00
Marc Cornellà
0232ac4bb1
Merge branch 'master' into master 2019-05-08 20:40:36 +02:00
Wayne Porter
81ed25610d jira: fix error when assigned or reported are default (#7731)
Signed-off-by: Wayne Porter <wporter82@gmail.com>
2019-05-07 18:11:28 +02:00
Eric Hudon
2aa2ea744e Change the br argument to branch to follow PR #6678. (#6680) 2018-04-15 13:17:23 +02:00
Zopanix
afb028763c MOdified README to reflect changes for myissues command 2018-03-27 09:16:43 -04:00
Zopanix
132bffcbe1 Added a myissues option
This will allow the user to directly open the my open issues page. This
will make it easier  for the user to open his open issues in jira.
2018-03-26 21:04:27 -04:00
Eric Hudon
5f2c34374b Change the br action to branch to be more explicit. (#6678) 2018-03-18 14:10:34 -07:00
ramanduh
93120c4151 jira plugin: take into account action argument (fix #6388) (#6393) 2017-11-04 10:31:42 -07:00
Jarryd Tilbrook
6d5b1f1e3b Allow jira default action file based setting (#6367) 2017-11-01 06:09:10 -07:00
Jarryd Tilbrook
529a12fac8 Add shortcut for opening current branch in Jira (#6366) 2017-11-01 06:04:41 -07:00
Nicolas Charpentier
3524fc8de5 JIRA Plugin will open rapidboard instead of dashboard if JIRA_RAPID_BOARD is true 2016-04-26 13:08:13 -04:00
Andrew Janke
c9af79fcad jira: add README, "emulate -L zsh", add "dumpconfig" action
(The "dumpconfig" action is for verifying the configuration behavior against what's documented in the README now.)
add "error" to some of the error messages
2015-09-11 18:37:39 -04:00
Andrew Janke
dc42e8d488 jira: add completion 2015-08-18 05:05:54 -04:00
Andrew Janke
7cf892ecaa Add dashboard support and default-action configuration.
Some refactoring.
2015-08-18 04:49:10 -04:00
Andrew Janke
ee4a423da5 Merge branch 'pr-4158' into jira-prefix-and-help-and-stuff 2015-08-18 04:12:35 -04:00
Andrew Janke
caf667fb30 Merge branch PR 4132 into jira-prefix-and-help-and-stuff 2015-08-18 04:10:56 -04:00
Marc Cornellà
d1d06b5675 Use standard open command in current plugins
Substitutes the current duplicate logic for the standard
and cross-platform function open_command in plugins:

  frontend-search, jira, node, web-search
2015-08-05 00:57:40 +02:00
Andrew Stuart
2120b2e079 Add escaped home 2015-07-29 13:58:22 -07:00
Andrew Stuart
afa30572f5 Add jira_url_help 2015-07-13 13:10:31 -07:00
Patryk Małek
ad4675cb0a Concise local variables declarations 2015-07-07 20:26:00 +02:00
Patryk Małek
b1772c5333 More consistent curly braces variables 2015-07-07 20:07:13 +02:00
Patryk Małek
37f45eb621 Making variables local in jira plugin 2015-07-07 20:03:58 +02:00
Patryk Małek
1e99168627 Changing indents to be more consistent (2 spaces) 2015-07-07 19:56:22 +02:00
Patryk Małek
88a30a3e2f Changing string comparison for more zsh-like 2015-07-07 18:50:23 +02:00
Patryk Małek
b1da3bbc6f Adding ability to add JIRA_PREFIX as an env variable (e.g. in .zshrc) and minor refactor to bash curly variable braces 2015-07-06 22:00:53 +02:00
Andrew Janke
d0670aa2bd Fix merge conflict for jira-prefix and jira add comment 2015-06-15 16:55:25 -04:00
David Hartmann
8652fd64ef added comment functionality
added commenting functionality by appending 'm' after the issue key (regular JIRA shortcut)
2015-06-10 14:36:54 +02:00
Robby Russell
4bba11dbef Merge pull request #2744 from docwhat/ostype-not-uname
Use $OSTYPE instead of uname to speed things up
2014-09-05 21:15:57 +02:00
Tom Cammann
df1b0b3289 Update jira plugin to allow lookup of issues
Plugin now supports lookup of tickets by assignee and reporter
2014-08-19 15:42:39 +01:00
Christian Höltje
63bae2aba9 Use $OSTYPE instead of uname to speed things up
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-23 09:18:14 -04:00
Simon Frost
9d76784b3e Add support for jira-prefix configuration file 2014-07-15 14:22:24 +01:00
Marco Chan
bb2064e92b Use environment specific open command when creating a new Jira issue. 2013-11-12 15:55:16 +08:00
Brian Hartvigsen
bab1800ded Correctly detect Rapid Board
* 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-06-12 12:22:47 -05:00
Marc-Antoine Lemieux
bd38c50241 fix the open command in linux using xdg-open 2013-05-27 09:23:14 -04:00
Brian Hartvigsen
39e5c9a6d7 Backwards Compatible Jira URLs #1378
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-12-02 22:59:05 -07:00
Paul Redmond
af21abb134 Wrong URL 2012-10-09 09:02:45 -07:00
Paul Redmond
9acfaee256 Missing comment line 2012-10-01 09:27:52 -07:00
Paul Redmond
b559f2f221 Correct error message. 2012-09-28 23:00:15 -07:00
Paul Redmond
2d66016102 Clean up doc 2012-09-28 22:48:18 -07:00
Paul Redmond
2bbe6aba8f Jira ticket shortcut to browse existing issues or create a new issue. 2012-09-28 22:41:30 -07:00