1
0
Fork 0
Commit Graph

180 Commits (master)

Author SHA1 Message Date
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
Bob Carroll aef6776b8a implemented field updates by value ID 2013-09-30 16:51:15 -07:00
Alesandro Lang 5f0f892340 added functionality to retrieve all priorities 2013-09-30 15:28:36 -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
Kyle Chaplin a2e6adeced Merge pull request #8 from rcarz/master
unsealed classes for better extendibility
2013-09-29 20:14:54 -07:00
Kyle Chaplin 999dd98d67 fixes rcarz/jira-client #13 Download attachments as byte[]. 2013-09-29 22:12:16 -05: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
Chaplin, Kyle d9f8c78752 Add inward issue back. 2013-09-20 08:16:35 -05:00
Kyle Chaplin 7b27bcb9be Get outward issue instead of inward issue. 2013-09-19 20:03:48 -05:00
Kyle Chaplin c70c708d0a Fix display name null value 2013-09-19 20:03:01 -05:00
Bob Carroll d7029e9121 Merge remote-tracking branch 'origin/pr/7'
Conflicts:
	src/main/java/net/rcarz/jiraclient/JiraClient.java
2013-09-11 16:02:46 -07:00
Chaplin, Kyle 3fb13c3d33 Add method to get allowed values for the components field for a given project and issue type 2013-09-11 15:26:36 -05:00
Bob Carroll c4bb0ce1d9 retab 2013-08-25 13:46:07 -07:00
Bob Carroll 0f5677b635 Merge remote-tracking branch 'origin/master' 2013-08-25 13:45:14 -07:00
Bob Carroll 004c56f0e9 Merge pull request #5 from chaplinkyle/master
Method for returning options by customfield, project, issue type
2013-08-25 13:44:31 -07:00
Bob Carroll e12e5e3a2d implemented reading of the rapid view backlog 2013-08-25 13:43:49 -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
Bob Carroll 3d7a392e5d finished sprint report implementation 2013-08-25 10:58:13 -07:00
Bob Carroll aef458bb52 implemented reading rapid view sprints and sprint report 2013-08-24 23:53:46 -07:00
Bob Carroll 6a1ada582a fixed rapid view id and implemented sprint retrieval 2013-08-24 18:54:54 -07:00
Bob Carroll 1b3df7d59f implemented retrieval of rapid boards 2013-08-24 18:16:53 -07: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
Kyle Chaplin 93c8aea028 Fix camel case... 2013-08-21 17:18:42 -05:00
Kyle Chaplin 322647a3dc Expose http client for configuration. 2013-08-21 17:09:40 -05:00
Bob Carroll 4fb1849039 reworked credentials for easier extension, and we're now sending creds with each request per https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Basic+Authentication 2013-05-31 18:11:46 -07:00
Bob Carroll 46cee16767 implemented issue searching 2013-05-29 15:34:21 -07:00
Bob Carroll db798c8880 implemented creating subtasks 2013-05-29 15:12:52 -07:00
Bob Carroll b0d3c3d7c6 implemented unlinking issues 2013-05-29 14:57:55 -07:00
Bob Carroll bda6748e84 implemented issue linking 2013-05-28 17:26:28 -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 215587d27d added getter for current jira user 2013-05-27 00:50:47 -07:00
Bob Carroll 7491992c41 implemented issue refresh 2013-05-26 23:51:29 -07:00
Bob Carroll d5ef77e016 added resolution and resolution date to issues 2013-05-26 23:36:57 -07:00
Bob Carroll 47db0a6b5c implemented voting on issues and watching 2013-05-26 17:45:22 -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 8f465f6d34 fixed lookup url 2013-05-23 18:22:06 -07:00
Bob Carroll 6648210199 implemented adding comments to issues 2013-05-22 13:36:00 -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