1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-06-27 00:21:07 +02:00
Commit Graph

367 Commits

Author SHA1 Message Date
0298784c46 Merge pull request #148 from natemara/component-service
Create component service
v1.5.0
2018-06-29 07:05:46 -07:00
937f5bdca8 Handle error with NewJiraError 2018-06-29 10:01:28 -04:00
818bcb59d4 Merge pull request #146 from jdevelop/feature/add-self-api
Added the method to get the profile of the currently logged in user.
2018-06-28 18:24:35 -07:00
b01e0251ce Added the method to get the profile of the currently logged in user.
https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-myself-get

Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
2018-06-28 18:44:35 -04:00
77ea07b2ce Simplify deserialization logic 2018-06-28 12:31:23 -04:00
bd60d4e7da Remove FullComponent struct in favor of existing ProjectComponent 2018-06-28 08:33:09 -04:00
f4f8fecc04 Merge branch 'master' into component-service 2018-06-27 15:39:51 -04:00
37f2d5b759 Merge pull request #145 from Thiht/master
feat: Add ResolutionService to retrieve resolutions
v1.4.0
2018-06-26 06:30:08 -07:00
049a756bbe feat: Add StatusCategory GetList 2018-06-26 09:41:46 +02:00
6223ddd833 feat: Add status category constants 2018-06-25 18:35:15 +02:00
1020f3e808 Update CreateComponentOptions to include JSON field tags 2018-06-25 12:07:42 -04:00
52e8877e24 doc: Fix comments 2018-06-25 17:52:57 +02:00
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