1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-27 00:21:07 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
7df17cc390 Merge branch 'master' into rbriski/jira_error 2017-11-03 15:24:23 -07:00
2eaa9b17ce Adding jira.Error to all functions that can return a jira specific JSON error 2017-11-03 15:22:32 -07:00
4d53d935db Fix relative path for ProjectService.Get 2017-02-20 16:09:50 +01:00
f2937d6875 Omit more empty attributes when converting from struct to map 2016-09-26 17:59:51 +02:00
5ce765977f Adds unknown map for arbitrary fields in IssueFields. Adds Custom Marshall,Unmarshall. Adds structs tag where necessary 2016-09-23 16:19:07 +02:00
80ed9d0cba Code formatting 2016-08-02 10:00:00 -04:00
e9ffde1b0d And it’s nice if you actually use that structure 2016-08-02 09:59:16 -04:00
ec2e9dd652 Adds a struct representing a version 2016-08-02 09:57:00 -04:00
facc86872b Wrap http.Response in Response struct
The Response struct has StartAt, MaxResults and Total fields, which are
returned from JIRA API in issue search responses. They are now
accessible in Response object.
2016-06-15 17:09:13 +02:00
7ac3d14dbc go fmt, go doc and reuse of Project struct 2016-06-03 23:25:18 +02:00
7c3e481c65 Renamed "json_mocks" into "mocks" 2016-06-03 23:16:21 +02:00
883aca79c0 Refactored struct types by reusing already existing components 2016-06-03 23:14:27 +02:00
9b1bc58830 Moved progect.go to project.go 2016-06-03 22:39:50 +02:00