1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-07 23:01:48 +02:00
Commit Graph

18 Commits

Author SHA1 Message Date
Dimitris Stafylarakis
7e0dd0ed39 Fix board request parameter
The BoardListOption field BoardType was incorrectly mapped to boardType
instead of type. This commit fixes it. A generic test helper
function (testRequestParams) is added in order to improve the
effectiveness of the unit test.

Fixes #213
2019-05-12 10:59:41 +02:00
Shawn Catanzarite
231bc31ebd Support state filter for GetAllSprints call
* creates a GetAllSprintsOptions structure
* adds a new GetAllSprintsWithOptions method to accept an int boardID and new options structure
* adds filtering functionality to GetAllSprintsWithOptions method
* adds SprintsList type for handling pagination results data from GetAllSprints request
* updates tests
2018-06-11 15:54:28 -07: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
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
Andy Grunwald
f1a11a0302 go doc and go lint 2016-07-17 11:41:50 +02:00
Andy Grunwald
a2df25c45a go fmt 2016-07-17 11:24:23 +02:00
Andy Grunwald
753367d382 Moved Board-Functionality to BoardService and renamed Sprint function according to the API 2016-07-17 11:17:29 +02:00
Andy Grunwald
4ef9c13c74 Renamed Board methods according their API names 2016-07-17 11:08:07 +02:00
Andy Grunwald
c0b29dac50 Adjusted PR #19
* go doc
* go fmt
* Usage of already existing structs
* Adjustments related to the wrapping response
2016-06-19 15:08:53 +02:00
Evgen Kostenko
e3b9aad702 cosmetic fix in boards imports, tests in projects 2016-06-16 12:25:47 +03:00
Evgen Kostenko
c66a9e0e77 add delete board with tests + go fmt 2016-06-16 12:20:47 +03:00
Evgen Kostenko
7d8addc179 add board create with tests 2016-06-16 10:52:16 +03:00
Evgen Kostenko
9f8d06db41 go fmt boards 2016-06-15 20:15:12 +03:00
Evgen Kostenko
81b91847b3 Implement BoardService and get boards list with parameters 2016-06-15 20:08:15 +03:00
Evgen Kostenko
065bb9db44 Add boards and fix some bugs in project 2016-06-15 12:20:37 +03:00
Evgen Kostenko
9e70267766 add boards service 2016-06-01 21:23:27 +03:00
Evgen Kostenko
de59b131b3 add fmt dependency to jira.go 2016-06-01 21:18:33 +03:00