1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-11-28 08:39:03 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
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
Roman Volodin
1946cac0fe feat: Implement get remote links method 2019-12-14 08:27:17 -08:00
Johan Meiring
261889adc6 feat: Add IssueLinkTypeService with GetList and test 2019-12-12 14:57:35 -08:00
hirakiuc
38a755b407 feat: Add Search to FilterService 2019-08-26 18:53:33 -07:00
hirakiuc
ebae19dda6 feat: Add GetMyFilters to FilterService 2019-08-26 07:18:24 -07:00
Omar
fd698c5716 feat: AddGetBoardConfiguration 2019-08-19 13:05:52 -07:00
Omar
afc96b18d1 feat: Add GetAllStatuses 2019-08-19 07:51:49 -07:00
Matthias Weiss
3ef5870bca Add negative tests for PermissionService 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
Matthias Weiss
f4bc07d375 Add negative tests for RoleService 2019-05-13 17:55:06 -07:00
Matthias Weiss
5a7988ae5c Add RoleService
Add of RoleService with Get and GetList

Add corresponding tests + mocks
2019-05-13 17:55:06 -07:00
David Newman
645898e850 feat(filter): Add GetFavouriteList to FilterService. 2018-12-24 16:48:16 +01:00
Issei Horie
cf23ed82cc Update mock for all_boards 2018-11-19 16:09:17 +01:00
Sol Cates
1d76fca9ba added filter support for Jira issues 2018-10-08 15:18:43 -07:00
Thibaut Rousseau
049a756bbe
feat: Add StatusCategory GetList 2018-06-26 09:41:46 +02:00
Thibaut Rousseau
fb1ce22699
feat: Add ResolutionService to retrieve resolutions 2018-06-25 17:48:53 +02:00
rbriski
98a84a4c00
Merge pull request #143 from shawncatz/add-fields-service
Add support for 'fields' API
2018-06-12 21:30:35 -07:00
rbriski
fb56c8222c
Merge pull request #141 from shawncatz/sprints-support-state-filter
Support state filter for GetAllSprints call
2018-06-12 21:29:52 -07:00
Shawn Catanzarite
433e65c477 Add support for 'fields' API 2018-06-12 18:27:42 -07:00
Thibaut Rousseau
e3ab82535d
test: Add unit test for priority api 2018-06-12 10:38:13 +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
attack7
fe70b5c836 Add the ability to get all issues in a sprint 2016-07-26 16:18:58 -04:00
Maciej Kwiek
2b74499969 Added basic Sprint API handling 2016-06-24 12:09:45 +02:00
Maciej Kwiek
1fd364aea2 Add Transition API handling
Added TransitionService with 2 methods:
 * GetList for retrieving possible transitions for an issue
 * Create for creating transition and changing issue status in the
   process
2016-06-20 17:14:55 +02:00
Evgen Kostenko
81b91847b3 Implement BoardService and get boards list with parameters 2016-06-15 20:08:15 +03:00
Andy Grunwald
7c3e481c65 Renamed "json_mocks" into "mocks" 2016-06-03 23:16:21 +02:00