1
0
Fork 0
Commit Graph

156 Commits (a90809c4125ee2a75ecaa30b30c3c4f7fff7602f)

Author SHA1 Message Date
Pierre-Luc Dupont a90809c412 Rebase from HEAD project 2016-06-02 10:13:38 -04:00
Pierre-Luc Dupont 7747d35542 Completed the AgileClient implementation - Read Only. 2016-06-01 22:42:47 -04:00
Pierre-Luc Dupont 04f90c00d1 Explode Issue attributes 2016-06-01 16:27:50 -04:00
Bob Carroll 74c21b5a1f implemented comment updating 2016-05-30 16:17:04 -07:00
Bob Carroll dc5ed2e3f1 fixed NPE when only id,key fields are requested on search #140 2016-05-30 15:16:28 -07:00
Bob Carroll e3f68bf05d cleaned up search implementation 2016-05-30 15:10:54 -07:00
Bob Carroll c8802583aa fixed tabbing 2016-05-30 13:44:47 -07:00
Pierre-Luc Dupont cbcf089722 Adding Epic resource, with test. 2016-05-30 16:40:26 -04:00
Bob Carroll d23935a267 Merge pull request #159 from Kreinoee/issue-158
Made searches return an empty SearchResult instance instead of throwing an exception on no result.
2016-05-30 10:55:09 -07:00
Andrey Kuzmin e2781229db Implemented delete issue. Added Mockito dependency for test. 2016-05-30 10:44:50 -07:00
Bob Carroll 3e557c9f5d Merge pull request #143 from mhartle/master
Allow JiraClient to use a custom HttpClient, e.g. for proxying
2016-05-30 10:28:51 -07:00
Bob Carroll e0b01cd8eb Merge pull request #157 from Kreinoee/issue-156
Made all the time fields in WorkLog include the time and not just the date
2016-05-30 10:27:00 -07:00
Bob Carroll 800cb04ae9 Merge pull request #154 from jayguidos/master
Add support for JIRA custom field type "option"
2016-05-30 10:26:18 -07:00
Anders Kreinøe e099ff8111 Added support for fetching a Jira filter 2016-05-30 10:17:32 -07:00
Pierre-Luc Dupont 38f9fe441b Adding Issue resource, with test. 2016-05-30 10:15:14 -04:00
Anders Kreinøe 5af0411af5 Made Issue.SearchResult.iterator() return an Iterator<Issue> instead of IssueIterator, as this is a private inner class, and can be accessed by clients anyway. This work is part of fixing #158 2016-05-30 13:06:22 +02:00
Anders Kreinøe cadd67d17a Added more detailed javadoc to Issue.SearchResult. This work is part of fixing #158 2016-05-30 13:04:18 +02:00
Anders Kreinøe dda6a4ec78 Made searches return an empty SearchResult instance instead of throwing an exception on no result. This fixes #158 2016-05-30 12:45:39 +02:00
Anders Kreinøe 77ba00abeb Made all the time fields in WorkLog include the time and not just the date. This fix #156 2016-05-27 10:32:53 +02:00
jay.guidos 027a407109 Add support for JIRA custom field type "option" 2016-05-25 09:27:41 -04:00
Pierre-Luc Dupont 04a1cbb6fa Adding test for the Board/Sprint resources 2016-05-19 16:01:14 -04:00
Pierre-Luc Dupont 69592a9d4e Adding test for the Agile API 2016-05-19 11:24:06 -04:00
Pierre-Luc Dupont 93d7d52031 Adding the Agile API to the project. First draft 2016-05-19 09:30:36 -04:00
Magnus Lundberg 1790e0ca31 Added project category and email to project 2016-04-08 11:23:13 +02:00
Michael Hartle a6a6f97241 Added JiraClient constructor to allow passing in a custom HttpClient, e.g. configured for proxying 2016-04-05 13:06:49 +02:00
Bob Carroll a1a0b197c2 Merge pull request #107 from psiegman/master
Add iterator() to SearchResult to loop over all the found issues
2016-03-09 07:48:15 -08:00
Bob Carroll 7f0a470693 Merge pull request #116 from hibi/attachment-removal
Added support to remove attachment
2016-03-09 07:42:07 -08:00
Bob Carroll eb0c510ed5 Merge pull request #118 from mikulucky/master
Changed Version merge and copy methods to throw a JiraException
2016-03-09 07:41:24 -08:00
Bob Carroll 0e0a923ebf Merge pull request #122 from iFactor/feature/create-version-for-project
added support for creating a new Version for a project.
2016-03-09 07:39:05 -08:00
Enrique Gonzalez Martinez 135b84019c add support for concurrent use of the jira client 2016-02-19 10:43:02 +01:00
Alfred Sawatzky 480b7a7a57 added support for creating a new Version for a project. 2016-02-01 15:28:37 -07:00
Joseph McCarthy 5b21862eaa remove unsused Imports from Transition.java 2015-12-27 15:45:49 +00:00
Joseph McCarthy 745056254d Merge branch 'master' into continue-testing 2015-12-26 20:25:08 +00:00
Joseph McCarthy 61d666c694 #117 Changed Version merge and copy methods to throw a JiraException from consistency. 2015-12-26 20:04:51 +00:00
Joseph McCarthy 7aa91c6d7c Removed Time~one from worklog Test. 2015-12-26 19:57:49 +00:00
Joseph McCarthy 7a1fdf07fb Removed name from Votes.java which is not used anywhere 2015-12-25 01:17:48 +00:00
Jakub Hübner 9ac2914c7d Added support to remove attachment 2015-12-10 11:13:03 +01:00
Bob Carroll 12f11ce2c3 Merge pull request #104 from stevegore/master
Pass MultiSelect field updates correctly
2015-09-20 18:33:09 -07:00
Bob Carroll b9db1ba53e Merge pull request #108 from nach-o-man/master
fixed worklog mappings and added tests
2015-09-20 18:31:07 -07:00
Peter G. Williams c226ef8445 Deserialize full datetime when available 2015-08-26 13:08:28 +01:00
nach-o-man 40ca2893ad fixed worklog mappings and added tests 2015-08-23 18:02:53 +03:00
P. Siegmann 401ca6410b docs and small cleanups 2015-08-22 10:23:35 +02:00
P. Siegmann 9ec500d146 add iterator() to SearchResult for ease-of-use 2015-08-21 20:42:33 +02:00
P. Siegmann 8d204f5b11 small cleanups 2015-08-21 15:35:26 +02:00
stevegore d85076dd0f Pass MultiSelect field updates correctly
Pass MultiSelect fields as an object as per

https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-create-issue#JIRARESTAPIExample-CreateIssue-MultiSelect
2015-07-27 19:48:36 +10:00
pejobo 763232eced fluent remote link issue creation
created test cases
2015-06-22 23:56:59 +02:00
pejobo 3ea65395eb fluent remote link issue creation 2015-06-21 15:15:43 +02:00
Bob Carroll 69a768dae7 Merge pull request #85 from SelAnt/master
Remembering session token for TokenCredentials
2015-06-13 10:36:45 -07:00
Alexey Skorokhodov 7b5998a2a3 improved exceptions messages in Field class. 2015-05-30 15:19:52 -07:00
Alexey Skorokhodov 24e8e04927 fixed bug: "name" turned out to be not real name, but boolean "is name". 2015-05-30 12:24:03 -07:00