1
0
Fork 0
Commit Graph

200 Commits (master)

Author SHA1 Message Date
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 729aab1da9 Increased Test Coverage for TimeTrackingTest.java 2015-12-29 18:41:39 +00:00
Joseph McCarthy 1d761c533f increased test coverage for IssueTypeTest.java 2015-12-27 15:57:54 +00:00
Joseph McCarthy 063f3473cf increased test coverage for StatusTest.java 2015-12-27 15:52:37 +00:00
Joseph McCarthy 779ef0a12a increated test coverage for TransitionTest.java 2015-12-27 15:48:26 +00:00
Joseph McCarthy 5b21862eaa remove unsused Imports from Transition.java 2015-12-27 15:45:49 +00:00
Joseph McCarthy f0f9f40ba2 Increased UserTest.java to 100% 2015-12-27 15:44:30 +00:00
Joseph McCarthy 4d1f9282d7 Increase coverage for WatchesTest.java 2015-12-26 21:55:57 +00:00
Joseph McCarthy a851be6dfd Updated expected exceptions to JiraException. 2015-12-26 20:27:41 +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 f4069e4b89 Updated Tests for VersionTest.java, complete coverage for Version. 2015-12-26 01:34:42 +00:00
Joseph McCarthy 3580f4e887 Updated Build Script for TimeZone 2015-12-25 01:44:15 +00:00
Joseph McCarthy 67682f9963 Fix Date Format Error in Test 2015-12-25 01:32:03 +00:00
Joseph McCarthy 7a1fdf07fb Removed name from Votes.java which is not used anywhere 2015-12-25 01:17:48 +00:00
Joseph McCarthy 69d55ee363 Cleaned up imports and increased test coverage for VotesTest.java 2015-12-25 01:17:12 +00:00
Joseph McCarthy 8c22cfae67 Remove Prepare annotation, not needed. 2015-12-25 01:05:24 +00:00
Joseph McCarthy 57ac671ecb Added PowerMock scoped for Testing and increased the testing for the WorkLogObject 2015-12-25 01:01:24 +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 5015394a0d removed timezone from worklog test 2015-08-23 18:12:05 +03: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
Alexey Skorokhodov fec5da7ab4 improve exception message when transition is not found 2015-05-30 12:15:32 -07:00
Gleb Gadyatskiy 84315c22da Remembering session token for TokenCredentials 2015-04-24 13:24:32 -04:00
Gleb Gadyatskiy f8d327400a Remembering session token for TokenCredentials 2015-04-24 13:22:43 -04:00
Bob Carroll cb1df271aa added special handling for multicheckboxes custom field 2015-03-24 22:24:05 -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 d4b50f214a Merge remote-tracking branch 'origin/pr/75' 2015-03-24 21:40:37 -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
Mateusz Pietryga 756faf1ec4 Fixed some incorrect dates 2015-03-19 02:19:08 +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
Jakub Hübner 1fdef3c2f1 Some Eclipse validation errors fixed 2015-03-11 23:26:33 +01:00
Des Whewell e4dd9209e4 Corrected Sprint.java to map the state of the Sprint to the 'closed' field 2015-02-16 20:11:44 +00: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 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
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
Bob Carroll ac401d63f3 Merge pull request #42 from tonivdv/version
Add Version mergeWith and copyTo method
2014-08-04 23:14:32 -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
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
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
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
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
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 e0810c82d3 replaced the map for custom field values with a ValueTuple list 2013-10-14 15:53:46 -07: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