1
0
Fork 0
Commit Graph

41 Commits (a90809c4125ee2a75ecaa30b30c3c4f7fff7602f)

Author SHA1 Message Date
Pierre-Luc Dupont a90809c412 Rebase from HEAD project 2016-06-02 10:13:38 -04:00
Bob Carroll 74c21b5a1f implemented comment updating 2016-05-30 16:17:04 -07:00
Pierre-Luc Dupont cbcf089722 Adding Epic resource, with test. 2016-05-30 16:40:26 -04: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
jay.guidos 027a407109 Add support for JIRA custom field type "option" 2016-05-25 09:27:41 -04:00
Magnus Lundberg 1790e0ca31 Added project category and email to project 2016-04-08 11:23:13 +02:00
Bob Carroll 12f11ce2c3 Merge pull request #104 from stevegore/master
Pass MultiSelect field updates correctly
2015-09-20 18:33:09 -07:00
Peter G. Williams c226ef8445 Deserialize full datetime when available 2015-08-26 13:08:28 +01: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
Alexey Skorokhodov 7b5998a2a3 improved exceptions messages in Field class. 2015-05-30 15:19:52 -07:00
Bob Carroll cb1df271aa added special handling for multicheckboxes custom field 2015-03-24 22:24:05 -07:00
Kyle Chaplin fb27c578d8 List of possible transitions #68 2015-03-15 19:53:14 -05: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
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 bd27e349ad Fixed NullPointerException when providing a null value in a ValueTuple 2014-08-04 23:17:41 -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
Bob Carroll 63932f4cc3 field operations actually work now 2014-05-26 16:13:57 -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
Witek Wołejszo 87f72b34e8 Proper serialization of custom fields values. Before ValueTuple was serialized to toString(); 2014-04-25 12:16:30 +02: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 e0810c82d3 replaced the map for custom field values with a ValueTuple list 2013-10-14 15:53:46 -07:00
Bob Carroll aef6776b8a implemented field updates by value ID 2013-09-30 16:51:15 -07:00
Bob Carroll 1583879d63 implemented field update operations 2013-09-26 14:17:04 -07:00
Bob Carroll 3d7a392e5d finished sprint report implementation 2013-08-25 10:58:13 -07:00
Bob Carroll 1b3df7d59f implemented retrieval of rapid boards 2013-08-24 18:16:53 -07:00
Bob Carroll d8e31e729f switched license to LGPL 2013-08-22 17:00:06 -07:00
Bob Carroll db798c8880 implemented creating subtasks 2013-05-29 15:12:52 -07:00
Bob Carroll cc8be317a7 implemented reading the issue work log 2013-05-28 17:00:05 -07:00
Bob Carroll 5e79dc9aa7 added subtasks to issues 2013-05-28 15:53:57 -07:00
Bob Carroll b91162e722 implemented reading issue links 2013-05-28 15:46:21 -07:00
Bob Carroll d5ef77e016 added resolution and resolution date to issues 2013-05-26 23:36:57 -07:00
Bob Carroll 23044799a7 implemented issue creation 2013-05-26 16:53:12 -07:00
Bob Carroll 29374abfd7 implemented retrieval of custom fields 2013-05-23 19:13:27 -07:00
Bob Carroll 05cce72a6b implemented retrieval of project, votes, and watchers on an issue 2013-05-23 18:23:18 -07:00
Bob Carroll 4521a149ae implemented transitions 2013-05-21 21:30:50 -07:00
Bob Carroll a02ac414c1 implemented updating of most system fields 2013-05-21 13:28:53 -07:00
Bob Carroll a884bb8a22 implemented issue lookup and reading of system fields 2013-05-21 12:05:43 -07:00