c30eba2b69
Fix of Project.Roles Unmarshal Bug
...
It is now possible to unmarshal all roles completely flexible in a map.
Before it was only possible to save a role called "Developers"
2019-05-16 08:10:18 -07:00
b2bcdc9f43
Add PermissionSchemeService
...
Expand the PermissionScheme struct of ProjectService.
Add new PermissionSchemeService with functions Get and GetList.
Add corresponding mocks and tests.
2019-05-13 18:33:41 -07:00
4ecfcbf5da
Add new endpoint for getting assigned permission scheme for the project
2018-05-12 16:28:05 +09:00
56d87db29c
Cleaning a bunch of go vet issues
2018-02-28 22:46:54 -08:00
7d572e3771
add IssueTypes field to ProjectList
2018-01-31 11:25:35 -05:00
2267024e03
adds ability to list projects with query params
2018-01-31 10:34:47 -05:00
7e8707a8ce
add basic Version endpoints
2018-01-22 11:34:41 +01:00
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