Andy Grunwald
|
b7bd2385f1
|
Merge pull request #101 from omira-sch/fields-on-transitions
New TransitionPayloadFields to set fields on transitions
|
2018-01-11 21:48:30 +01:00 |
|
Andy Grunwald
|
c45f58a9ce
|
Merge pull request #100 from omira-sch/issue-time-fields
Change type to Time for issue time fields
|
2018-01-11 21:47:13 +01:00 |
|
Oscar Mira
|
18f1b9ac4a
|
Add 'to' field to Transition type
|
2018-01-10 17:21:25 +01:00 |
|
Oscar Mira
|
006e865f6a
|
New TransitionPayloadFields to set fields on transitions
|
2018-01-10 17:12:02 +01:00 |
|
Oscar Mira
|
510fc3aa2a
|
Change type to Time for issue time fields
|
2018-01-10 14:51:30 +01:00 |
|
Andy Grunwald
|
d9a8021958
|
Merge pull request #99 from ikornienko/master
Fixes 'JRIA' misprint in README.md (#98)
|
2017-12-27 14:10:43 +01:00 |
|
Ivan Kornienko
|
1cb4204f5f
|
Fixes 'JRIA' misprint in README.md (#98)
|
2017-12-26 22:29:18 -08:00 |
|
Andy Grunwald
|
cd279b3bbc
|
Merge pull request #97 from sisisytze/master
Adds methods to add/remove/list watchers from/to an issue
|
2017-12-21 13:36:00 +01:00 |
|
Sytze Tempel
|
f015c4061e
|
Adds methods to add/remove/list watchers from/to an issue
|
2017-12-18 11:30:59 +01:00 |
|
zenixhuang
|
4651c9513a
|
get all users at once
|
2017-12-14 17:00:58 +09:00 |
|
zenixhuang
|
9862cae042
|
revert
|
2017-12-14 16:24:47 +09:00 |
|
zenixhuang
|
8621b5fd2a
|
try fix group error
|
2017-12-14 16:17:14 +09:00 |
|
Sytze Tempel
|
60a7c948cc
|
Adds methods to add/remove/list watchers from/to an issue
|
2017-12-11 14:16:13 +01:00 |
|
Andy Grunwald
|
451fade708
|
Merge branch 'manute-master'
* manute-master:
Applied NewJiraError for user api endpoints
finding users by email, username or name
|
2017-12-10 19:56:36 +01:00 |
|
Andy Grunwald
|
5ac13b726c
|
Applied NewJiraError for user api endpoints
|
2017-12-10 19:56:03 +01:00 |
|
Andy Grunwald
|
53ce3b6ee5
|
Merge branch 'master' of https://github.com/manute/go-jira into manute-master
* 'master' of https://github.com/manute/go-jira:
finding users by email, username or name
|
2017-12-10 19:54:09 +01:00 |
|
Andy Grunwald
|
49e85ef046
|
Merge pull request #96 from b4b4r07/groups
New API endpoints for JIRA group functionality: GET/POST for /rest/api/2/group/user and GET for /rest/api/2/user/groups
|
2017-12-10 17:18:51 +01:00 |
|
b4b4r07
|
4c154044b9
|
Add tests for group apis
|
2017-11-29 16:10:42 +09:00 |
|
b4b4r07
|
fbd056e79a
|
Add some APIs on a JIRA group
|
2017-11-28 11:56:49 +09:00 |
|
Manuel Alonso
|
ed19f623b5
|
finding users by email, username or name
|
2017-11-27 18:25:08 +01:00 |
|
zenixhuang
|
ce5e0c2cf2
|
use agile api for getting issue
|
2017-11-21 20:14:00 +09:00 |
|
Andy Grunwald
|
9f1498acb6
|
Merge pull request #92 from rbriski/issues/91
Fixed null pointer when no response is received (#91)
|
2017-11-16 20:21:38 +01:00 |
|
Bob Briski
|
67d3f9b9ef
|
Fixed null pointer when no response is received
* JiraError can now handle nil responses
* Better error handling when the response is not JSON
|
2017-11-14 17:57:26 -08:00 |
|
Andy Grunwald
|
8686d2a5e0
|
Merge pull request #89 from rbriski/rbriski/jira_error
Adding jira.Error to better wrap jira-specific errors
|
2017-11-04 00:37:44 +01:00 |
|
rbriski
|
7df17cc390
|
Merge branch 'master' into rbriski/jira_error
|
2017-11-03 15:24:23 -07:00 |
|
Bob Briski
|
2eaa9b17ce
|
Adding jira.Error to all functions that can return a jira specific JSON error
|
2017-11-03 15:22:32 -07:00 |
|
Bob Briski
|
5655cb856a
|
Updated test to use already built testClient. Fixed jira error functions to receive jira.Response instead of http.Response
|
2017-11-02 16:53:36 -07:00 |
|
Bob Briski
|
36974f8b7b
|
Fixing test to account for non-deterministic map order
|
2017-11-02 14:40:30 -07:00 |
|
Bob Briski
|
4d547f0f3a
|
Removed debug Println. Switched test back to correct failure state
|
2017-11-02 14:27:16 -07:00 |
|
Bob Briski
|
d0531056bb
|
Adding jira.Error to better wrap jira-specific errors
|
2017-11-02 10:09:17 -07:00 |
|
Andy Grunwald
|
767d4ea7cb
|
Merge pull request #88 from guywithnose/pagination
Add SearchPages
|
2017-11-01 19:34:14 +01:00 |
|
Robert Bittle
|
6bfb81bc70
|
Add SearchPages
|
2017-11-01 12:19:23 -04:00 |
|
Andy Grunwald
|
f238f400f6
|
Merge pull request #84 from guywithnose/getWorklogs
Add GetWorklogs
|
2017-11-01 16:39:58 +01:00 |
|
Robert Bittle
|
d1d02ac372
|
Add GetWorklogs
|
2017-10-31 12:55:08 -04:00 |
|
Andy Grunwald
|
8a3af9ba5a
|
Merge pull request #87 from blachniet/master
Add GoDoc examples
|
2017-10-28 20:19:00 +02:00 |
|
Andy Grunwald
|
5f3c0596be
|
Merge pull request #85 from guywithnose/optionType
Add option type to custom fields
|
2017-10-28 20:17:14 +02:00 |
|
Brian Lachniet
|
82f87eecfa
|
Add GoDoc examples
|
2017-10-28 11:51:53 -04:00 |
|
Robert Bittle
|
9ec4d0491e
|
Add option type to custom fields
|
2017-10-27 17:24:15 -04:00 |
|
Andy Grunwald
|
820eaa18f8
|
Merge pull request #83 from blachniet/blachniet-readme-typos
Fix typos in README
|
2017-10-27 17:25:21 +02:00 |
|
Brian Lachniet
|
0e1400b0a9
|
Fix typos in README
|
2017-10-26 20:54:57 -04:00 |
|
Andy Grunwald
|
1c664343c3
|
Merge pull request #82 from LyonesGamer/update-comment
Add explicit UpdateComment method
|
2017-09-04 08:51:25 +02:00 |
|
Morgan Patch
|
418d671092
|
Add UpdateComment method
|
2017-08-31 14:46:04 -07:00 |
|
Andy Grunwald
|
1075be4589
|
Added Golang 1.9 to TravisCI
|
2017-08-31 15:56:29 +02:00 |
|
Andy Grunwald
|
e844092bb3
|
Fix #81: Support gopkg.in
|
2017-08-31 13:59:27 +02:00 |
|
Andy Grunwald
|
acbc88d595
|
Merge pull request #79 from netxfly/master
Add UpdateIssue method for JIRA 7.4.0
v1.0.0
|
2017-08-16 13:36:43 +02:00 |
|
zhaohaifeng [赵海锋]
|
e88af2595a
|
add unittest for UpdateIssue
|
2017-08-16 17:56:08 +08:00 |
|
zhaohaifeng [赵海锋]
|
4a50cc4eb6
|
add UpdateIssue method for jira 7.4.0
|
2017-08-03 17:57:24 +08:00 |
|
Andy Grunwald
|
596a6ff4c1
|
Merge pull request #78 from l0wm4x/feature/add-value-type-datetime
just added value type 'datetime' to the list in InitIssueWithMetaAndF…
|
2017-07-31 10:48:36 +02:00 |
|
Peter Bueschel
|
cbd1994e39
|
just added value type 'datetime' to the list in InitIssueWithMetaAndFields
|
2017-07-31 09:03:34 +02:00 |
|
Andy Grunwald
|
aaa2d02b3a
|
Merge pull request #76 from juicemia/master
Fix bug in issue update
|
2017-06-26 23:03:51 +02:00 |
|