1
0
Fork 0
Commit Graph

66 Commits (a90809c4125ee2a75ecaa30b30c3c4f7fff7602f)

Author SHA1 Message Date
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
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
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
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
Jakub Hübner 9ac2914c7d Added support to remove attachment 2015-12-10 11:13:03 +01: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
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
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
Alexey Skorokhodov fec5da7ab4 improve exception message when transition is not found 2015-05-30 12:15:32 -07:00
Bob Carroll 303973a639 Merge pull request #76 from golovnin/attachments
Adds new API to add multiple attachments at once
2015-03-24 21:44:09 -07:00
Bob Carroll 1427e654bd Merge pull request #72 from hibi/master
Fixed incorrectly parsed dates
2015-03-24 21:34:43 -07:00
Bob Carroll 4c4054e08a Merge pull request #63 from ArnoVanLumig/add-remote-links
Support for adding remote links
2015-03-24 21:25:11 -07:00
Andrej Golovnin 08fcfecdcc Added new API Issue#addAttachments(NewAttachment[]) to add multiple
attachments at once. The new API allows also creating the attachments
from byte arrays and InputStreams.
2015-03-19 15:26:16 +01:00
Kyle Chaplin fb27c578d8 List of possible transitions #68 2015-03-15 19:53:14 -05:00
Jakub Hübner a30b5442a1 Fixed incorrectly parsed dates 2015-03-11 23:27:15 +01:00
Arno van Lumig 33164dd151 Fixed error message, whitespace 2015-02-06 11:41:34 +01:00
Arno van Lumig 3d62a9a273 Added support for adding a remote link
Signed-off-by: Arno van Lumig <arnovanlumig@gmail.com>
2015-02-06 11:34:32 +01:00
Bob Carroll 9095944c98 minor clean up and retab 2015-01-25 19:17:10 -08:00
Gleb Gadyatskiy c6c9f7ec5d I added support for
1) Issue History
2) Counting issues 
3) Using JSESSIONID token for authentication in Single Sign-on environment (when Basic Credentials may not work)
2015-01-13 12:27:04 -05:00
Nikita Salnikov-Tarnovski b86e92a0cb Adding field expansion support into issue search 2014-12-26 11:15:27 +02:00
Nikita Salnikov-Tarnovski 0bf3969296 FIXED https://github.com/rcarz/jira-client/issues/51 2014-12-22 08:10:50 +02:00
Arno van Lumig 41e4271d85 Added support for fetching remote links 2014-12-18 12:30:53 +01:00
Javier Molina da7e33e443 - Added number to field types 2014-08-04 23:02:29 -07:00
Bob Carroll fb5be13c64 create sub-task should use the new constant for the parent field 2014-05-26 16:30:53 -07:00
Bob Carroll b5548e70d4 implemented parent issue accessor 2014-05-26 13:21:00 -07:00
Paulo Casanova 96f014ec04 Support changelog, long worklogs and better time tracking 2014-02-12 20:50:19 -08:00
Gabriel Such 4a747c337e JQL returns timeTracking data as flat attributes in Issue 2014-02-05 14:51:04 -08:00
Bob Carroll e6d0f04ec5 added option to change the JIRA API revision used by the client 2014-01-17 13:59:00 -08:00
Kyle Chaplin c4cab0877c Implement maxResults parameter in search 2013-10-08 21:51:50 -05:00
Bob Carroll c036406cd9 removed redundant function 2013-09-30 17:28:29 -07:00
Alesandro Lang 3fa2ee3c54 added possibility to specify which fields to return when retrieving an issue or searching for issues 2013-09-30 15:28:04 -07:00
Bob Carroll 1583879d63 implemented field update operations 2013-09-26 14:17:04 -07:00
Bob Carroll 8d3e14106a unsealed classes for better extendibility 2013-09-20 16:27:32 -07:00
Kyle Chaplin b40be2c271 Remove test Method 2013-08-25 14:56:47 -05:00
Kyle Chaplin f8fc68ce14 Add method that returns list of custom field options by custom field id, project key, and issue type name 2013-08-25 13:48:10 -05:00
Kyle Chaplin 2d18abf36e Overload.. 2013-08-24 18:57:53 -05:00
Kyle Chaplin 3a65c6f61a Maintain convention by overloading the method post. Slight refactor to avoid ambiguous method compile-time error. Voting/Issue Creation/comments/attachments were retested. 2013-08-24 18:47:20 -05:00
Kyle Chaplin 60ec3b8ae5 Remove unnecessary null check. 2013-08-24 13:04:15 -05:00
Kyle Chaplin b9129b2132 Implement attatchment adding support. 2013-08-24 12:59:52 -05:00
Kyle Chaplin bbf5b89042 Fix attachment data retrieval. 2013-08-24 11:59:28 -05:00
Bob Carroll d8e31e729f switched license to LGPL 2013-08-22 17:00:06 -07:00