Andy Grunwald
146229d2ab
fix(product): Make product naming consistent, rename JIRA to Jira ( #286 )
...
Atlassian names the product "Jira".
In this library, the product name is used different (JIRA) and
inconsistent (sometimes JIRA, sometimes Jira).
closes issue #284
2020-05-14 17:18:31 +02:00
Suhaib Mujahid
e1f4265e2b
feat(context): Add support for context package
2020-05-03 15:38:32 +02:00
Matthias Weiss
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
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
b4b4r07
4ecfcbf5da
Add new endpoint for getting assigned permission scheme for the project
2018-05-12 16:28:05 +09:00
Bob Briski
56d87db29c
Cleaning a bunch of go vet issues
2018-02-28 22:46:54 -08:00
Shaun Dunning
7d572e3771
add IssueTypes field to ProjectList
2018-01-31 11:25:35 -05:00
Shaun Dunning
2267024e03
adds ability to list projects with query params
2018-01-31 10:34:47 -05:00
David Kuridža
7e8707a8ce
add basic Version endpoints
2018-01-22 11:34:41 +01:00
rbriski
7df17cc390
Merge branch 'master' into rbriski/jira_error
2017-11-03 15:24:23 -07:00
Bob Briski
2eaa9b17ce
Adding jira.Error to all functions that can return a jira specific JSON error
2017-11-03 15:22:32 -07:00
Philip Johansson
4d53d935db
Fix relative path for ProjectService.Get
2017-02-20 16:09:50 +01:00
Bidesh Thapaliya
f2937d6875
Omit more empty attributes when converting from struct to map
2016-09-26 17:59:51 +02:00
Bidesh Thapaliya
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
attack7
80ed9d0cba
Code formatting
2016-08-02 10:00:00 -04:00
attack7
e9ffde1b0d
And it’s nice if you actually use that structure
2016-08-02 09:59:16 -04:00
attack7
ec2e9dd652
Adds a struct representing a version
2016-08-02 09:57:00 -04:00
Maciej Kwiek
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
Andy Grunwald
7ac3d14dbc
go fmt, go doc and reuse of Project struct
2016-06-03 23:25:18 +02:00
Andy Grunwald
7c3e481c65
Renamed "json_mocks" into "mocks"
2016-06-03 23:16:21 +02:00
Andy Grunwald
883aca79c0
Refactored struct types by reusing already existing components
2016-06-03 23:14:27 +02:00
Andy Grunwald
9b1bc58830
Moved progect.go to project.go
2016-06-03 22:39:50 +02:00