Feature #4834
closedJava implementation of redmine API
Added by oliver stieber almost 15 years ago. Updated over 13 years ago.
90%
Description
Hi,
It would be nice to have a java implementation of the redmine API, this could possibly just be done using the mobile java implementation raised as a different feature request.
Related issues
Updated by Alex Last over 14 years ago
I'm looking for Java API to parse Redmine REST API XML data. Will have to create a new API if it does not exist yet.
Updated by Alex Last over 14 years ago
Eclipse mylin-redmine connector should have the Java API to parse Redmine data. here's the link: https://sourceforge.net/projects/redmin-mylyncon/develop
I asked them to provide that API in reusable form, but not sure if anyone is still working on that project.
Updated by Alex Last over 14 years ago
I created a draft version of Redmine Java API.
Sample Java Application to parse Redmine data and generate Microsoft Project file (includes Redmine Java API): http://redmine-connect.googlecode.com/files/redmine_connect.zip
I will keep working on that project.
Updated by Alex Last almost 14 years ago
the zip file attached above is outdated now. I have Java API for Redmine REST service, which I'm using in this project: http://code.google.com/p/redmine-connect. I'm going to cleanup/refactor the API and then maybe provide it for a separate download.
Updated by Anonymous almost 14 years ago
Unfortunately I always get an 403-Error when trying to access this page ;-(
Updated by Alex Last almost 14 years ago
Hello, Markus. The project has moved to another website. Unfortunately, I can't delete the old links here.
Here's the download page: http://www.taskadapter.com/download
It's a commercial software with support, documentation and samples. New versions will be released approximately every 2 weeks.
Updated by Alex Last almost 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 90
Redmine Java API becomes FREE and open-source (Apache 2 license) as of version 1.0.3.
http://taskadapter.com/redmine_java_api_1.0.3
Please, contact us if you want to help with the API improvements by spending your time or donating money to the existing volunteers.
1.0.3 version highlights:
- The distributive includes both plain-java and OSGI versions.
- Create/Update/Get operations are supported for Redmine Users (Redmine 1.1.0+ is required)
- Error messages provided by Redmine 1.1.0+ are now supported.
- Paging is supported for getUsers, getProjects operations.
- "Created on", "Updated on" fields are supported for Issues and Projects.
- Unneeded jars are removed from the dependencies. *
Updated by Mohit Gupta over 13 years ago
Hi, I am back here after a long time since I landed here for Redmine Java Client long time ago. It seems there are good progress on this. I am also using my small custom Java Connector for Redmine, which I have put at http://code.google.com/p/redmine-jconnector/
Updated by Alex Last over 13 years ago
Mohit, you're welcome to join the existing project: https://code.google.com/p/redmine-java-api
it already does everything you've planned for your connector.