Cory Bennett
|
9ebd2cd64e
|
fix IsTerminal usage for windows
|
2018-05-24 00:23:15 -07:00 |
|
Cory Bennett
|
09a61c3ea1
|
only prompt on logout if stdin and stdout are terminals
|
2018-04-15 17:15:48 -07:00 |
|
Cory Bennett
|
64ce3812a6
|
only prompt on logout if stdin is an active terminal
|
2018-04-15 17:07:01 -07:00 |
|
Cory Bennett
|
9146346e2f
|
[#163] fix url path join logic
|
2018-04-15 16:56:09 -07:00 |
|
Cory Bennett
|
bd3cf994b8
|
[#160] allow jira logout to delete your api-token from keychain
|
2018-04-03 09:21:52 -07:00 |
|
Cory Bennett
|
edb06621f8
|
[#148] [#149] add support for api token based authentication
|
2018-03-08 10:58:04 -08:00 |
|
Cory Bennett
|
43ebc846b1
|
refactor to simplify main
|
2018-03-06 22:36:32 -08:00 |
|
C Anthony Risinger
|
6da9974380
|
Update unexportTemplates.go
Logic error, `-d` can be set but was never used.
|
2018-01-19 13:29:21 -06:00 |
|
Cory Bennett
|
464742c9ba
|
field name is "comment" not "comments"
|
2017-12-13 11:09:25 -08:00 |
|
Cory Bennett
|
9597f9b56f
|
fix transition comman
|
2017-10-28 14:46:50 -07:00 |
|
Cory Bennett
|
c9b5054cde
|
fix default values to load after parsing configs
|
2017-10-28 14:23:27 -07:00 |
|
Brian Lachniet
|
fd399d817e
|
Fix typo in 'logout' command help
|
2017-10-28 11:04:02 -04:00 |
|
Ivan Andrus
|
4ed8edbd19
|
Add --resolution option
|
2017-10-13 12:22:12 -06:00 |
|
Cory Bennett
|
3913726991
|
update edit command to set queryFields on search to match what is used in template
|
2017-09-19 00:27:11 -07:00 |
|
Cory Bennett
|
0ba8aa035b
|
fix edit with query loop, allow continuation when not submitting previous issue
|
2017-09-18 14:45:21 -07:00 |
|
Cory Bennett
|
4c6b36c83a
|
fix edit
|
2017-09-17 20:32:50 -07:00 |
|
Cory Bennett
|
cd3cfd820f
|
fix usage message
|
2017-09-17 20:30:44 -07:00 |
|
Cory Bennett
|
3e8b9bd9f5
|
need issuetype to use the default list table template now
|
2017-09-17 16:15:00 -07:00 |
|
Cory Bennett
|
c9d8dfbe55
|
[#102] add issuetype into the default queryfields and add it to the default table list template
|
2017-09-17 15:49:05 -07:00 |
|
Cory Bennett
|
66eb7bff38
|
[#100] add support for posting, fetching, listing and removing attachments
|
2017-09-17 15:18:06 -07:00 |
|
Cory Bennett
|
893454fc69
|
[#87] add various commands for interacting with epics
|
2017-09-15 00:28:56 -07:00 |
|
Cory Bennett
|
00cba793ad
|
tweaks for templates in named queries to work better
|
2017-09-13 12:17:59 -07:00 |
|
Cory Bennett
|
fb43753c31
|
[#99] add support for named queries to be stored in configs
|
2017-09-13 11:12:58 -07:00 |
|
Cory Bennett
|
5da04c1f86
|
[#98] add --status option for JQL filter on status with list command
|
2017-09-13 00:12:20 -07:00 |
|
Cory Bennett
|
608e586d1c
|
use --gjq for GJson Query to filter json response data, remove --jq option
|
2017-09-10 22:48:40 -07:00 |
|
Cory Bennett
|
1d269183c3
|
add --jq option to run a json query against Jira service response json
|
2017-09-09 19:02:23 -07:00 |
|
Cory Bennett
|
e6faee1573
|
[#66] add --started option to jira worklog add to change the start time for worklog
|
2017-09-06 22:30:15 -07:00 |
|
Cory Bennett
|
c4be59cae3
|
[#45] automatically add comment to issue even if transition does not support comment updates during transtion
|
2017-09-06 21:28:57 -07:00 |
|
Cory Bennett
|
c226077320
|
add --quiet global option
|
2017-09-04 18:12:32 -07:00 |
|
Cory Bennett
|
c0358eb67c
|
refactor to allow for --insecure and --unixproxy arguments
|
2017-09-04 17:53:01 -07:00 |
|
Cory Bennett
|
ba35f55a48
|
fix tests
|
2017-09-03 00:40:43 -07:00 |
|
Cory Bennett
|
dc021818bb
|
add OK printf
|
2017-09-03 00:40:08 -07:00 |
|
Cory Bennett
|
b120c0ba10
|
change --method to use -M for backwards compat
|
2017-09-03 00:39:28 -07:00 |
|
Cory Bennett
|
2638396606
|
add resolution to dup'd issues when necessary
|
2017-09-03 00:38:37 -07:00 |
|
Cory Bennett
|
4b60313d32
|
data argument is optional (for GET and DELETE requests)
|
2017-09-02 19:53:51 -07:00 |
|
Cory Bennett
|
84119a2111
|
fix usage, overrides not serialized correctly
|
2017-09-02 19:53:25 -07:00 |
|
Cory Bennett
|
aed952b59e
|
add logger object to jiracmd
|
2017-09-02 14:09:49 -07:00 |
|
Cory Bennett
|
979da1f3a5
|
refactor for GlobalOptions and CommonOptions
|
2017-09-02 14:05:27 -07:00 |
|
Cory Bennett
|
0a5510b231
|
move commands from jiracli package to jiracmd package
|
2017-09-02 09:14:54 -07:00 |
|