1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-06 22:13:02 +02:00
Commit Graph

405 Commits

Author SHA1 Message Date
fb1ce22699 feat: Add ResolutionService to retrieve resolutions 2018-06-25 17:48:53 +02:00
a6efe394fa Add ComponentService to allow creation of Components 2018-06-25 10:48:21 -04:00
98a84a4c00 Merge pull request #143 from shawncatz/add-fields-service
Add support for 'fields' API
2018-06-12 21:30:35 -07:00
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
433e65c477 Add support for 'fields' API 2018-06-12 18:27:42 -07:00
ab73d577bb Merge pull request #142 from Thiht/master
Add method to retrieve Priorities
2018-06-12 07:50:43 -07:00
e3ab82535d test: Add unit test for priority api 2018-06-12 10:38:13 +02:00
8491cb0034 fix: Add PriorityService to the main 2018-06-12 10:22:48 +02:00
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
b41b41a066 doc: Fix example 2018-06-08 18:02:24 +02:00
8150c9baea doc: Fix minor lint issues 2018-06-08 18:00:22 +02:00
1c63e25a25 feat: Add get all priorities 2018-06-08 17:57:07 +02:00
98ede9f81c Merge pull request #139 from sleeper/renderedfields
Renderedfields support
2018-06-04 13:54:41 -07:00
6b32ea13a0 Added support for the 'expand:renderfields' option
A couple of fields can be rendered server side, especially the ones
related to dates (that can become string like "2 hours ago"), and the
comments body that can be expanded from JIRA wiki markup into HTML.
A new type IssueRenderedFields has been introduced with a couple of
fields that can be expanded.
2018-06-03 23:42:41 +02:00
05574a46ff Merge pull request #130 from shdunning/issue-129
Some guards around url structures to help avoid bugs
2018-05-19 20:24:15 -07:00
5cfdb85cc9 Merge pull request #131 from b4b4r07/feat/add-new-ep-ps
Add new endpoint for getting assigned permission scheme for the project
v1.3.0
2018-05-14 12:43:57 -07:00
3ca90a4262 Add positive test for project.GetPermissionScheme 2018-05-15 04:35:03 +09:00
c4e96a62c2 empty commit 2018-05-14 10:59:49 -04:00
4ecfcbf5da Add new endpoint for getting assigned permission scheme for the project 2018-05-12 16:28:05 +09:00
a0af595623 rm IsAbs check 2018-05-10 10:12:40 -04:00
2e5459f891 Some guards around url structures to help avoid bugs 2018-05-08 20:43:24 -04:00
3225585b44 Merge pull request #127 from rbriski/rbriski/logo_readme
Adding logo and fixing some README instructions
2018-04-28 21:34:52 +10:00
d45acdbe79 little bigger 2018-04-28 21:32:27 +10:00
8d2e98b257 Smaller image for the README 2018-04-28 21:30:24 +10:00
bc3f5ad2d4 Adding logo and fixing some README instructions 2018-04-28 21:26:52 +10:00
837555c393 Merge pull request #126 from BattleBas/logo
Adding Gojira logo
2018-04-28 21:16:47 +10:00
69b61dd91e Adding Gojira logo
Created a logo for the go-jira library, based on @nebril great suggestion.

"He claimed he saw a monster, a horrible monster."
2018-04-28 00:55:58 -05:00
7f227a275b Merge pull request #119 from zenixls2/master
add Sprint column for issue. Fix get group member function to return all members.
v1.2.0
2018-04-03 06:29:23 -07:00
18de7ff5fd move agile issue api to sprint, change name of GetByOption to GetWithOptions 2018-04-03 14:29:29 +09:00
8a9b83c1eb Merge branch 'master' of https://github.com/andygrunwald/go-jira 2018-04-03 11:08:30 +09:00
73a371cdd9 Merge pull request #121 from iReflect/master
Add support for ValidateQuery param in SearchAPI
2018-03-25 13:54:57 -07:00
e4572fccba Add support for ValidateQuery param in SearchAPI 2018-03-16 17:19:59 +05:30
04cbb2fe5c use pagination from design 2018-03-16 19:01:13 +09:00
1d38c6cae2 split out agile endpoint for issue get, add api for pagination support 2018-03-13 18:49:27 +09:00
958c218987 since test is never authenticated, fallback to api/2 endpoint 2018-03-12 18:34:36 +09:00
98ec0fc47f if not authenticated, fallback to use api/2 for issue get 2018-03-12 18:24:21 +09:00
de750e2c4a remove debug code 2018-03-12 17:50:13 +09:00
b5ebe58a8f remove debug code 2018-03-12 17:48:28 +09:00
6e4048ba34 fix test, merge from upstream. 2018-03-12 17:41:27 +09:00
6b38102972 Merge branch 'master' of https://github.com/andygrunwald/go-jira 2018-03-12 16:57:30 +09:00
f9c91e2a6b Merge pull request #115 from Hoid/master
Fix GetQueryOptions in issue.go to use projectKeys instead of projectKey
v1.1.0
2018-03-05 11:57:24 -08:00
4a727d9c52 Fix GetQueryOptions in issue.go to use projectKeys instead of projectKey 2018-03-05 08:56:57 -05:00
61dbee1c77 Merge pull request #113 from uservoice/master
Extend GetCreateMeta method to retrieve meta data for all projects
2018-03-01 08:35:16 -08:00
825973ac55 Added a GetCreateMetaWithOptions function, which extends the capabilities of GetCreateMeta to allow for options 2018-03-01 10:46:22 -05:00
9fbe92bf8f Merge pull request #114 from rbriski/rbriski/comply_with_go_vet
Cleaning a bunch of go vet issues
2018-03-01 10:26:48 +01:00
56d87db29c Cleaning a bunch of go vet issues 2018-02-28 22:46:54 -08:00
78dbcf28a8 Merge pull request #112 from rbriski/rbriski/auth_change
Moving to RoundTripper for authentication
2018-02-28 21:26:17 +01:00
72b026679e Changed GetCreateMeta method to not require a projectKey. When a user passes in an empty string, it will retrieve the metadata for all projects.
Also changed "Subtasks" to "Subtask" to match Jira's data structure.
2018-02-28 14:43:05 -05:00
02b410e02f Deprecating auth service 2018-02-28 08:36:22 -08:00
57050f9f92 Changed auth URL and added tests 2018-02-27 22:50:02 -08:00