1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-03-25 21:28:55 +02:00

3 Commits

Author SHA1 Message Date
Matthias Weiss
3a29fbf9ce Add missing check to permissionSchemeService.Get
There was missing a check for requests with invalid ID.
Now it returns an error instead of an empty permissionScheme.
2019-05-13 18:33:41 -07:00
Matthias Weiss
34fb356f18 Fix of documentation urls 2019-05-13 18:33:41 -07:00
Matthias Weiss
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