792e94b7c0
Merge pull request #71 from antifuchs/add-option-field-type
...
Add the "option" field type for custom fields
2017-05-01 14:49:07 +02:00
dda28f9b9c
Add a test case for the "option" field type
2017-04-27 09:41:25 -07:00
967e2d4805
Add the "option" field type for custom fields
...
JIRA supports SelectList field types, which are similar to but
represented not quite the same as Strings. This change allows go-jira
to create issues with custom fields on them that are SelectLists.
2017-04-26 22:09:33 -07:00
320d02c202
Merge pull request #68 from wvell/master
...
Adds support for selecting specific fields from the jira api.
See https://docs.atlassian.com/jira/REST/cloud/#api/2/search-search for details
2017-04-13 21:46:41 +02:00
dc9aff7507
adds support for selecting specific fields from the jira api. See https://docs.atlassian.com/jira/REST/cloud/#api/2/search-search for details
2017-04-13 21:02:50 +02:00
e206cd4d4d
Merge pull request #64 from gphakos/expand
...
Add Expand Query Parameter to Searches
2017-02-28 10:10:37 +01:00
176aa8deda
Added go get to TravisCI
2017-02-28 10:07:06 +01:00
747b9fc160
Added Golang 1.8 to TravisCI
2017-02-28 10:06:36 +01:00
130643d204
Merge pull request #63 from phille97/patch-1
...
Fix relative path for ProjectService.Get
2017-02-28 10:03:53 +01:00
1a26457f42
Added correct Expand and Self tags for Metaissue
2017-02-28 10:02:18 +01:00
d9b325e36d
Added Makefile
2017-02-28 10:02:05 +01:00
ee2ad8115c
Merge pull request #65 from ggrpmnn/delete
...
Feature addition: Issue delete
2017-02-28 10:00:06 +01:00
bac2760a87
Added Issue.Delete and unit test.
2017-02-23 17:41:52 -08:00
39a47d13a0
Initial commit of bug fixes found by atom's gometalinter.
2017-02-23 16:48:06 -08:00
dc2383c179
test expand
2017-02-22 19:08:13 -05:00
b57fd50c97
expand
2017-02-22 18:26:49 -05:00
40923d190e
Fix relative path IssueService.GetCreateMeta
2017-02-20 16:16:34 +01:00
4d53d935db
Fix relative path for ProjectService.Get
2017-02-20 16:09:50 +01:00
3a142b6278
Merge pull request #62 from fkrauthan/master
...
Added basic auth support to the library
2017-02-12 12:51:59 +01:00
fd59d62772
Increased test coverage
2017-02-08 15:22:48 -08:00
128b7b7bac
Fixed test
2017-02-08 15:16:05 -08:00
dcb1c11006
Added tests for new authentication
...
Fixed some existing tests to work as expected
2017-02-08 14:59:20 -08:00
cf2bcefedb
Added basic auth support to the library
2017-02-08 14:37:57 -08:00
8a4b1aca33
Added basic version of Group API (Thanks to @aviz)
2017-01-29 17:28:04 +01:00
fddc90f9f2
Fixed examples in README
2017-01-29 16:15:45 +01:00
ecb9b8a797
Fixed unit tests
2017-01-27 23:08:13 +01:00
9de4f8cf7e
Merge pull request #51 from pmoncadaisla/fix-get-user
...
Fix User.GET() method
2017-01-27 23:07:11 +01:00
f764e89d33
Add Changelog to Issue and allow query parameters to issue.GET
2017-01-27 23:04:57 +01:00
cc30640467
Merge pull request #53 from AlbinOS/patch-1
...
Fix typo metaissue.go
2016-12-11 17:58:30 +01:00
abd1ab2896
Fix typo metaissue.go
2016-12-11 11:55:43 +01:00
46c9691c07
Fix User.GET() method
...
According to https://docs.atlassian.com/jira/REST/cloud/#api/2/user-getUser username must be provided as a query string parameter
2016-11-22 22:37:27 +01:00
9d1f282f93
Add example to create an issue
2016-11-04 21:03:11 +01:00
851e8382ff
Merge branch 'guilhermebr-user_endpoint'
...
* guilhermebr-user_endpoint:
Add UserService to handle JIRA User endpoints
2016-11-04 20:55:45 +01:00
e0f9c1d4ae
Merge branch 'user_endpoint' of https://github.com/guilhermebr/go-jira into guilhermebr-user_endpoint
...
* 'user_endpoint' of https://github.com/guilhermebr/go-jira :
Add UserService to handle JIRA User endpoints
2016-11-04 20:55:27 +01:00
741c5cc9e8
Merge branch 'dontrebootme-parent-issue'
...
* dontrebootme-parent-issue:
Fixed unit test to provide more information about the failure
Fixed structs tags of Parent struct
Added Parent to issue fields
2016-11-04 20:49:02 +01:00
542fcc2d46
Fixed unit test to provide more information about the failure
2016-11-04 20:48:26 +01:00
11bb1a8b27
Fixed structs tags of Parent struct
2016-11-04 20:48:16 +01:00
5f27aa465c
Added Parent to issue fields
2016-10-31 17:31:51 -07:00
c969fb4ee0
Add UserService to handle JIRA User endpoints
2016-10-31 10:24:30 -02:00
5899a43d6a
Merge pull request #42 from gm42/master
...
NewRawRequest method to use a native io.Reader instead of marshalling
2016-10-25 22:35:35 +02:00
2bbf0c1bb4
Merge pull request #44 from AlbinOS/master
...
Add Timetracking issue fields
2016-10-25 22:32:55 +02:00
b1018be8a7
Add duedate, timespent, timeestimate and timeoriginalestimate to Issue struct
2016-10-24 11:07:36 +02:00
e314420883
Renamed Timetracking field to TimeTracking to follow go naming conventions
2016-10-24 11:06:37 +02:00
5857a2e350
Minor fix to comply with go vet
2016-10-23 14:51:29 +02:00
233f266cfb
Add Timetracking JIRA issue field handling
2016-10-23 14:50:36 +02:00
16619653d8
Add test for NewRawRequest
2016-10-10 12:54:45 +02:00
dad2a7214f
NewRawRequest method to use a native io.Reader instead of marshalling
2016-10-10 09:46:21 +02:00
0338428ea7
Merge pull request #41 from bidesh/master
...
Fixes the structs tags. Adds test to verify empty fields are ommitted
2016-10-09 15:55:50 +02:00
9543ada034
Fixes the structs tags. Adds test to verify empty fields are ommitted
2016-10-07 10:52:40 +02:00
94ef506361
Merge pull request #40 from bidesh/master
...
Add init issue with meta and user-provided fields
2016-10-06 13:57:47 +02:00