Commit Graph

28 Commits

Author SHA1 Message Date
Cory Bennett 172ac70046 Merge branch 'nil-assignee' of https://github.com/jaybuff/go-jira into jaybuff-nil-assignee 2015-02-16 09:50:57 -08:00
Cory Bennett f206ae3ba2 fix indent for override coments in edit template 2015-02-16 08:53:37 -08:00
coryb 52966e0aa8 Merge pull request #2 from jaybuff/clean-up
Clean up
2015-02-16 08:50:36 -08:00
Jay Buffington 7d25d7715f default view template shouldn't fail when assignee is nil
The default view template was failing with this error whenever I tried to
view a jira that had no assignee:
assignee: 2015-02-16T08:31:58.564-08:00 ERROR [util.go:109] Failed to execute template: template: template:7:20: executing "template" at <.fields.assignee.nam...>: nil pointer evaluating interface {}.name
2015-02-16 08:48:10 -08:00
Jay Buffington 30e2237b6a clean up README (mostly spelling fixes) 2015-02-16 08:44:12 -08:00
Jay Buffington 88af72543a add .gitignore 2015-02-16 08:32:18 -08:00
Cory Bennett 3a0867d0ed [issue #1] trim trailing / on uri 2015-02-15 21:02:28 -08:00
Cory Bennett deb3a7255f . 2015-02-13 16:58:57 -08:00
Cory Bennett 51e0a341e8 update for golang minver 2015-02-13 16:58:26 -08:00
Cory Bennett c64f5cf44e udpate usage 2015-02-13 16:48:57 -08:00
Cory Bennett 1054d506b3 tweak usage ordering
fix looking for generic "create" template
2015-02-13 16:48:10 -08:00
Cory Bennett 6f3e25d1a7 udpate Editor section 2015-02-13 16:48:03 -08:00
Cory Bennett 8557c4f384 update 2015-02-13 16:38:20 -08:00
Cory Bennett 1cff26364b dont default endpoint make users specify it on command line or in config 2015-02-13 16:38:01 -08:00
Cory Bennett 5422bfb152 tweak getTemplate routine 2015-02-13 16:03:03 -08:00
Cory Bennett a872b66777 go fmt 2015-02-13 15:44:07 -08:00
Cory Bennett eb0c0823b0 adding export-templates command
updated edit template to allow for -o overrides
2015-02-13 14:07:20 -08:00
Cory Bennett 9c890a02a8 sort usage options, update README 2015-02-13 13:19:10 -08:00
Cory Bennett 618af1a6e1 add options to ls to allow for dynamically creating some simple JQL 2015-02-13 13:16:18 -08:00
Cory Bennett e433c536c0 add take/give commands 2015-02-13 12:52:35 -08:00
Cory Bennett 4a33dd8e20 adding "comment" command 2015-02-13 12:33:47 -08:00
Cory Bennett 0b5e00d2e3 handle various issue state transitions 2015-02-13 12:07:03 -08:00
Cory Bennett d6ad05ac9c adding commands:
* create
* dups
* blocks
* watch
2015-02-12 23:41:39 -08:00
Cory Bennett 081fda79f3 work in progress, minor refactor. Added commands:
* login
* editmeta ISSUE
* edit ISSUE
* issuetypes [-p PROJECT]
* createmeta [-p PROJECT] [-i ISSUETYPE]
* transitions ISSUE

make --template argumetn work
2015-02-12 15:50:08 -08:00
Cory Bennett df67697fb7 need to set GOBIN for install to work 2015-02-10 16:31:48 -08:00
Cory Bennett e6b113d3fb update readme, change config location 2015-02-10 16:27:16 -08:00
Cory Bennett 477c3e980c initial checkin, work in progress 2015-02-10 16:17:13 -08:00
coryb 1260624c7c Initial commit 2015-02-10 15:57:33 -08:00