Andy Grunwald
78dbcf28a8
Merge pull request #112 from rbriski/rbriski/auth_change
...
Moving to RoundTripper for authentication
2018-02-28 21:26:17 +01:00
nguyen970
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
Bob Briski
02b410e02f
Deprecating auth service
2018-02-28 08:36:22 -08:00
Bob Briski
57050f9f92
Changed auth URL and added tests
2018-02-27 22:50:02 -08:00
Bob Briski
f9152870f4
Added transport for cookie authentication and updated docs
2018-02-24 16:29:17 -08:00
Bob Briski
7b414f4c18
remove extraneous code from README
2018-02-24 12:08:07 -08:00
Bob Briski
dce2b8ab5d
Update README to include new information for basic auth
2018-02-24 12:06:14 -08:00
Bob Briski
555db9e15b
Add an example for basic auth
2018-02-24 11:52:57 -08:00
Bob Briski
7ac9afbe90
Add info about sandbox environment
2018-02-24 11:29:55 -08:00
Bob Briski
e3130864a1
Adding basic auth and accompanying tests
2018-02-24 11:27:46 -08:00
Andy Grunwald
e04b45321e
Merge pull request #109 from rbriski/rbriski/add_dep
...
Add dep as a dependency manager
2018-02-21 21:56:15 +01:00
Andy Grunwald
0bb8204adc
Merge pull request #107 from robiball/add_worklog_methods
...
Added method & tests for logging time against an issue
2018-02-21 21:39:36 +01:00
Andy Grunwald
bad9e9151c
Merge pull request #110 from acidbee/update-issue-fields-tags
...
Update struct tags in IssueFields
2018-02-21 21:37:40 +01:00
Chris Cox
407ba9c5f9
Added 'omitempty` to summary and type fields in IssueFields
2018-02-20 08:10:33 -07:00
Bob Briski
3af0505624
Add dep as a dependency manager
2018-02-17 11:14:47 -08:00
Rob Iball
8bb638807a
Added method & tests for logging time against an issue
2018-02-17 12:09:23 +00:00
Andy Grunwald
7956539d6e
Merge pull request #104 from shdunning/ExpandProjects
...
adds ability to list projects with query params
2018-02-03 16:29:53 +01:00
Shaun Dunning
7d572e3771
add IssueTypes field to ProjectList
2018-01-31 11:25:35 -05:00
Shaun Dunning
2267024e03
adds ability to list projects with query params
2018-01-31 10:34:47 -05:00
Andy Grunwald
cd7808a50f
Merge pull request #102 from Xjs/master
...
Use custom "Date" type for Duedate field
2018-01-28 20:59:54 +01:00
Andy Grunwald
c906ccf7b0
Merge pull request #103 from davidkuridza/master
...
add basic Version endpoints
2018-01-23 13:30:01 +01:00
David Kuridža
7e8707a8ce
add basic Version endpoints
2018-01-22 11:34:41 +01:00
Jannis Andrija Schnitzer
3efb46493f
Add MarshalJSON method for Date (untested)
2018-01-19 17:57:08 +01:00
Jannis Andrija Schnitzer
1a2c703f7f
Add unit test for Duedate type change
...
See #102 .
2018-01-16 16:57:38 +01:00
Jannis Andrija Schnitzer
2add4bd9b9
Use custom "Date" type for Duedate field
...
Jira doesn't use its default time format
("2006-01-02T15:04:05.999-0700") for the duedate field, but instead a
shorter representation that contains only the year, month and day
fields, i. e. "2006-01-02". This commit adds a new type "Date" that
is unmarshalled using the short format.
2018-01-16 14:38:17 +01:00
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