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

537 Commits

Author SHA1 Message Date
5161c44da2 Merge pull request #159 from Tom-Xie/master
Change POST method to PUT method in UpdateComment
2018-09-12 12:26:07 -07:00
585c37f6dc TravisCI no longer works correctly with golang 1.6 and below 2018-09-12 21:14:33 +02:00
70d5e30693 Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
a3133c8d9b Merge pull request #168 from dvdizon/empty-cookie-check
Check for empty cookies for CookieAuthTransport
2018-09-12 11:10:59 -07:00
e3036dab2f Check for empty cookies for CookieAuthTransport
Don't add empty cookie values to the session object for
CookieAuthTransport
2018-09-11 16:58:16 -07:00
43d0103d5a TravisCI: Added Go v1.11.x to TravisCI build matrix 2018-09-11 18:59:01 +02:00
17a49a2fd9 Fix TestIssueService_Get_Fields_Changelog test to use time.Equal 2018-09-03 22:55:40 +03:00
1baa0576ef Merge branch 'master' of github.com:andygrunwald/go-jira 2018-09-03 22:51:52 +03:00
2e3f247e48 fix typo in readme 2018-08-29 19:44:48 +01:00
bb1f9e1a50 Add UpdateAssignee method to allow users to change issue assignee 2018-08-26 19:44:17 +01:00
37eae9731c Updated create issue endpoint in accordance to the documentation 2018-08-13 19:04:30 +02:00
9fd9a332be Change POST method to PUT method in UpdateComment 2018-08-10 11:08:51 +08:00
e25bafc579 Add CreatedTime() (time.Time, error) func to ChangelogHistory 2018-07-24 17:58:12 +03:00
3820d4dae6 Added Percent to Progress struct 2018-07-20 15:26:26 +03:00
c621b60752 Added AggregateTimeEstimate, AggregateTimeSpent and AggregateTimeOriginalEstimate to IssueFields 2018-07-20 15:20:54 +03:00
8201aaa4d4 Add delete method for user 2018-07-11 18:04:51 +02:00
13606a505f Merge pull request #151 from vovka667/vovka667/add_go110
Add go1.10 to travis yaml
2018-07-11 18:04:06 +02:00
ebb5f9fe9d Add go1.10 to travis yaml 2018-07-11 11:22:23 +02:00
17b6f33428 Merge pull request #149 from jdevelop/feature/improve-user-search
Added functions to provide optional parameters to the user search.
2018-07-06 16:23:44 -07:00
ccc70f9aab Added functions to provide optional parameters to the user search.
Signed-off-by: Eugene Dzhurinsky <jdevelop@gmail.com>
2018-07-02 22:11:58 -04:00
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