1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2024-12-14 10:23:11 +02:00
Commit Graph

549 Commits

Author SHA1 Message Date
Jannis Andrija Schnitzer
8e94c551a3 Add test for creation and subsequent retrieval of issue 2018-10-15 11:24:37 +02:00
Jannis Andrija Schnitzer
b00c22d526 Add MarshalJSON method for Time type 2018-10-15 10:51:13 +02:00
rbriski
d8ff51da51
Merge pull request #175 from rbriski/deprecated_auth
Update docs to reflect JIRA's guidance about authentication
2018-10-15 10:06:05 +11:00
Bob Briski
485b3ca79c Update docs to reflect JIRA's guidance about authentication 2018-10-15 10:01:10 +11:00
rbriski
e2a9240a5c
Merge pull request #173 from thales-e-security/master
Add filter support for Jira issues
2018-10-12 22:40:35 -07:00
Sol Cates
d53ea6050b added missing Comment for filter.Get() 2018-10-08 15:55:15 -07:00
Sol Cates
1d76fca9ba added filter support for Jira issues 2018-10-08 15:18:43 -07:00
Thiago Oliveira
5d5990ab65 add the response to the error message 2018-09-18 09:02:09 +02:00
Thiago Oliveira
2990af0701 fix the DeleteComment unit test 2018-09-18 09:02:09 +02:00
Cory B. White
6e5d1122fb Adding DeleteComment method and stub for some unit tests 2018-09-18 09:02:09 +02:00
rbriski
b5019e7e0b
Merge pull request #156 from MaksymSv/master
Added AggregateTimeEstimate, AggregateTimeSpent and AggregateTimeOriginalEstimate
2018-09-12 12:32:38 -07:00
rbriski
47f48bdc59
Merge pull request #157 from oroshnivskyy/master
Add CreatedTime() (time.Time, error) func to ChangelogHistory
2018-09-12 12:30:26 -07:00
rbriski
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
Bob Briski
585c37f6dc TravisCI no longer works correctly with golang 1.6 and below 2018-09-12 21:14:33 +02:00
Bob Briski
70d5e30693 Move examples into actual runnable example instead of tests 2018-09-12 20:54:45 +02:00
rbriski
a3133c8d9b
Merge pull request #168 from dvdizon/empty-cookie-check
Check for empty cookies for CookieAuthTransport
2018-09-12 11:10:59 -07:00
David Dizon
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
Andy Grunwald
43d0103d5a TravisCI: Added Go v1.11.x to TravisCI build matrix 2018-09-11 18:59:01 +02:00
Oleh Roshnivskyi
17a49a2fd9 Fix TestIssueService_Get_Fields_Changelog test to use time.Equal 2018-09-03 22:55:40 +03:00
Oleh Roshnivskyi
1baa0576ef Merge branch 'master' of github.com:andygrunwald/go-jira 2018-09-03 22:51:52 +03:00
Andrew Hammond
2e3f247e48 fix typo in readme 2018-08-29 19:44:48 +01:00
Nate Mara
bb1f9e1a50 Add UpdateAssignee method to allow users to change issue assignee 2018-08-26 19:44:17 +01:00
Machiel Molenaar
37eae9731c Updated create issue endpoint in accordance to the documentation 2018-08-13 19:04:30 +02:00
xiegongshang
9fd9a332be Change POST method to PUT method in UpdateComment 2018-08-10 11:08:51 +08:00
Oleh Roshnivskyi
e25bafc579 Add CreatedTime() (time.Time, error) func to ChangelogHistory 2018-07-24 17:58:12 +03:00
Maksym Savchenko
3820d4dae6 Added Percent to Progress struct 2018-07-20 15:26:26 +03:00
Maksym Savchenko
c621b60752 Added AggregateTimeEstimate, AggregateTimeSpent and AggregateTimeOriginalEstimate to IssueFields 2018-07-20 15:20:54 +03:00
Vladimir N. Indik
8201aaa4d4 Add delete method for user 2018-07-11 18:04:51 +02:00
Andy Grunwald
13606a505f
Merge pull request #151 from vovka667/vovka667/add_go110
Add go1.10 to travis yaml
2018-07-11 18:04:06 +02:00
Vladimir N. Indik
ebb5f9fe9d
Add go1.10 to travis yaml 2018-07-11 11:22:23 +02:00
rbriski
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
Eugene Dzhurinsky
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
rbriski
0298784c46
Merge pull request #148 from natemara/component-service
Create component service
2018-06-29 07:05:46 -07:00
Nate Mara
937f5bdca8 Handle error with NewJiraError 2018-06-29 10:01:28 -04:00
rbriski
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
Eugene Dzhurinsky
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
Nate Mara
77ea07b2ce Simplify deserialization logic 2018-06-28 12:31:23 -04:00
Nate Mara
bd60d4e7da Remove FullComponent struct in favor of existing ProjectComponent 2018-06-28 08:33:09 -04:00
Nate Mara
f4f8fecc04
Merge branch 'master' into component-service 2018-06-27 15:39:51 -04:00
rbriski
37f2d5b759
Merge pull request #145 from Thiht/master
feat: Add ResolutionService to retrieve resolutions
2018-06-26 06:30:08 -07:00
Thibaut Rousseau
049a756bbe
feat: Add StatusCategory GetList 2018-06-26 09:41:46 +02:00
Thibaut Rousseau
6223ddd833
feat: Add status category constants 2018-06-25 18:35:15 +02:00
Nate Mara
1020f3e808 Update CreateComponentOptions to include JSON field tags 2018-06-25 12:07:42 -04:00
Thibaut Rousseau
52e8877e24
doc: Fix comments 2018-06-25 17:52:57 +02:00
Thibaut Rousseau
fb1ce22699
feat: Add ResolutionService to retrieve resolutions 2018-06-25 17:48:53 +02:00
Nate Mara
a6efe394fa Add ComponentService to allow creation of Components 2018-06-25 10:48:21 -04: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
rbriski
ab73d577bb
Merge pull request #142 from Thiht/master
Add method to retrieve Priorities
2018-06-12 07:50:43 -07:00