1
0
Fork 0
Commit Graph

280 Commits (master)

Author SHA1 Message Date
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
Bob Carroll 7505aa747c removed mutator because updates will be handled differently 2013-12-05 22:18:46 -08:00
Bob Carroll fb795b6759 Merge remote-tracking branch 'origin/pr/21' 2013-12-05 22:14:46 -08:00
Bob Carroll e37ca6c4e5 moved resource URL accessor to base class 2013-12-05 22:11:39 -08:00
Philip Stehlik dbc8334520 Fixing EstimateStatistic.staticFieldValue to pull from the right JSON element.
Converting EstimateStatistic to support Double typed statFieldValue
2013-11-27 12:54:04 -08:00
Philip Stehlik 0c18c3bcd7 Making getDateTime safer to deal with 'None' date strings returned from JIRA API
Changing the backlog to allow seeing sprints (not 'openSprints') and also adding the issues to the actual Sprint objects.
In addition also adding 'backlogIssues' List to Backlog class for easy access to the issues in a given Backlog
2013-11-24 20:09:57 -08:00
Joseph McCarthy 0e7be53aa9 Started to Add Tests 2013-11-24 19:19:15 +00:00
Bob Carroll e5c4b4412c Removed errant println from testing 2013-11-07 00:05:47 -08:00
Bob Carroll ce22bf110c Merge pull request #19 from vbmacher/master
Fixed query for retrieving list of sprints
2013-11-05 13:24:36 -08:00
Peter Jakubco 2f4ed6b124 Fixed query for retrieving list of sprints
Please see GHS-9747 and GHS-9321
2013-11-05 22:12:07 +01:00
Bob Carroll 3cdae89446 version bump 2013-10-28 14:45:28 -07:00
Bob Carroll 6ed7f476f7 version bump 2013-10-28 14:30:59 -07:00
Bob Carroll e0810c82d3 replaced the map for custom field values with a ValueTuple list 2013-10-14 15:53:46 -07:00
Bob Carroll acda71453e Merge pull request #18 from chaplinkyle/master
Implement including max search results parameter because default search limit is 50. fixes #17
2013-10-14 14:19:38 -07:00
Kyle Chaplin c4cab0877c Implement maxResults parameter in search 2013-10-08 21:51:50 -05:00