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
Thibaut Rousseau
e3ab82535d
test: Add unit test for priority api
2018-06-12 10:38:13 +02:00
Thibaut Rousseau
8491cb0034
fix: Add PriorityService to the main
2018-06-12 10:22:48 +02:00
Shawn Catanzarite
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
Thibaut Rousseau
b41b41a066
doc: Fix example
2018-06-08 18:02:24 +02:00
Thibaut Rousseau
8150c9baea
doc: Fix minor lint issues
2018-06-08 18:00:22 +02:00
Thibaut Rousseau
1c63e25a25
feat: Add get all priorities
2018-06-08 17:57:07 +02:00
rbriski
98ede9f81c
Merge pull request #139 from sleeper/renderedfields
...
Renderedfields support
2018-06-04 13:54:41 -07:00
Frederick Ros
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
rbriski
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
rbriski
5cfdb85cc9
Merge pull request #131 from b4b4r07/feat/add-new-ep-ps
...
Add new endpoint for getting assigned permission scheme for the project
2018-05-14 12:43:57 -07:00
b4b4r07
3ca90a4262
Add positive test for project.GetPermissionScheme
2018-05-15 04:35:03 +09:00
Shaun Dunning
c4e96a62c2
empty commit
2018-05-14 10:59:49 -04:00
b4b4r07
4ecfcbf5da
Add new endpoint for getting assigned permission scheme for the project
2018-05-12 16:28:05 +09:00
Shaun Dunning
a0af595623
rm IsAbs check
2018-05-10 10:12:40 -04:00
Shaun Dunning
2e5459f891
Some guards around url structures to help avoid bugs
2018-05-08 20:43:24 -04:00
rbriski
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
Bob Briski
d45acdbe79
little bigger
2018-04-28 21:32:27 +10:00