1
0
Fork 0
Commit Graph

244 Commits (a90809c4125ee2a75ecaa30b30c3c4f7fff7602f)

Author SHA1 Message Date
Kyle Chaplin fb27c578d8 List of possible transitions #68 2015-03-15 19:53:14 -05:00
Kyle Chaplin 51aea783b6 Merge pull request #10 from rcarz/master
Sync with rcarz/jira-client
2015-03-12 08:21:59 -05:00
Jakub Hübner a30b5442a1 Fixed incorrectly parsed dates 2015-03-11 23:27:15 +01:00
Jakub Hübner 1fdef3c2f1 Some Eclipse validation errors fixed 2015-03-11 23:26:33 +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
Bob Carroll 3791774be4 Merge pull request #58 from iNikem/issue-57
Removed unused dependencies. Fixed scope
2015-01-10 10:40:04 -08:00
Nikita Salnikov-Tarnovski 43cae80966 Removed unused dependencies. Fixed scope 2015-01-02 12:51:48 +02:00
Bob Carroll d42b49bbbe Merge pull request #56 from iNikem/issue-55
Adding field expansion support into issue search
2015-01-01 19:43:09 -08:00
Nikita Salnikov-Tarnovski 5c4f054ace Fixed omitted parameter 2014-12-27 10:58:09 +02:00
Nikita Salnikov-Tarnovski b86e92a0cb Adding field expansion support into issue search 2014-12-26 11:15:27 +02:00
Bob Carroll d4cfdb38d8 Merge pull request #54 from iNikem/issue-51
FIXED https://github.com/rcarz/jira-client/issues/51
2014-12-22 12:47:39 -08:00
Nikita Salnikov-Tarnovski 0bf3969296 FIXED https://github.com/rcarz/jira-client/issues/51 2014-12-22 08:10:50 +02:00
Bob Carroll 3811b12e65 Merge pull request #53 from ArnoVanLumig/master
Added support for fetching remote links
2014-12-20 12:28:02 -08:00
Arno van Lumig 41e4271d85 Added support for fetching remote links 2014-12-18 12:30:53 +01:00
Bob Carroll db94f05235 Merge pull request #45 from oslucchi/master
Added securitylevel as handled Field type.
2014-10-14 22:52:30 -07:00
osvaldo 1e86c87a7e Added securitylevel as type.
It follows the same behavior of type string.
I tested it setting the field using a valid id on the issue.update
action
2014-09-30 15:34:27 +02:00
Bob Carroll c4713326a3 version bump 2014-08-24 22:38:04 -07:00
Bob Carroll 039e6b17c3 version bump 2014-08-24 22:36:45 -07:00
Bob Carroll bd27e349ad Fixed NullPointerException when providing a null value in a ValueTuple 2014-08-04 23:17:41 -07:00
Bob Carroll ac401d63f3 Merge pull request #42 from tonivdv/version
Add Version mergeWith and copyTo method
2014-08-04 23:14:32 -07:00
Bob Carroll 3bc59bcee2 Merge pull request #43 from javier-molina/master 2014-08-04 23:10:50 -07:00
Javier Molina 83b0f75c09 Adding myself to the Authors file. 2014-08-04 23:02:44 -07:00
Johan Mena 6a9c1eddc9 Add datetime support for issues 2014-08-04 23:02:44 -07:00
Javier Molina da7e33e443 - Added number to field types 2014-08-04 23:02:29 -07:00
Javier Molina 3cf604a6c1 Add description getter 2014-08-01 13:46:57 +10:00
Toni Van de Voorde 8f111d036c Add mergeWith and copyTo method 2014-07-23 11:38:56 +02:00
Bob Carroll 020046b781 Merge pull request #40 from jhn/master
Add datetime support for issues
2014-06-27 22:42:05 -07:00
Johan Mena 1c4912de01 Add datetime support for issues 2014-06-27 18:44:02 -04: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 63932f4cc3 field operations actually work now 2014-05-26 16:13:57 -07:00
Bob Carroll b5548e70d4 implemented parent issue accessor 2014-05-26 13:21:00 -07:00
Bob Carroll 4c5ce3df7b null field values now behave as expected on issue update 2014-05-26 12:54:06 -07:00
Paulo Casanova 1fa9f759bc Added parent field in Field. This field is used to link sub tasks to
their parent task.
2014-05-25 10:20:33 +01:00
Paulo Casanova be3bfdd736 Merge pull request #1 from rcarz/master
Merging rcarz/jira-client changes to my branch.
2014-05-21 14:47:38 +01:00
Bob Carroll 869ee63552 moved deleteComponent to Component class for consistency, replaced getComponent with a passthrough to Component.get, and cleaned up URIs 2014-05-12 20:34:24 -07:00
Bob Carroll c15648e30e Merge remote-tracking branch 'origin/pr/31' 2014-05-12 20:19:27 -07:00
Paulo Casanova b32d55b823 Added support to get/create/delete components. 2014-04-30 15:56:00 +01:00
Bob Carroll b0305773d6 Merge pull request #30 from witekw/master
Fixed passing parameters in url to the "user" API.
2014-04-28 20:43:13 -07:00
Witek Wołejszo 87f72b34e8 Proper serialization of custom fields values. Before ValueTuple was serialized to toString(); 2014-04-25 12:16:30 +02:00
Witek Wołejszo 080d014ff7 Fixed passing parameters in url. One case with "user" API. 2014-04-23 12:06:46 +02:00
Bob Carroll 3d96ddb0f8 Merge pull request #29 from paulo-casanova/master
Added some improvents to jira-client.
2014-04-20 00:14:53 -07:00
Paulo Casanova 3e85089f20 Added another way to detect encoding in RestClient (current one doesn't always work). Added support for getProjects(), getProject(String) and getIssueTypes() in JiraClient. 2014-04-16 20:13:34 +01: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
Gabriel Such 5cb2b580ae Add timeSpent and timeSpentSeconds to TimeTracking 2014-02-04 12:25:43 -08:00
Bob Carroll 0208094aa9 fixed content encoding issue when the system encoding is not utf-8 2014-01-17 14:43:56 -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