Feature #4968
closedREST API new features
0%
Description
Hi, i'm developing a redmine's desktop client, but i need some features in REST API.
I enumerate features that i need, at this moment, for continue with the project:
- Time tracking: Add spent-hours to issues
- Projects-related features
- Members in a project, for assign issues to a specific member
- Issues-related features
- Get Issues' possible types
- Get Issues' possible categories
- Add notes to journals at issue's update
- Attachment files, at creation and at issue's update
Now, my application can get and create/update/delete issues/projects, but options are a little bit limited.
It is difficult to implement this?
Thanks in advance!
Related issues
Updated by Nikolay Kotlyarov over 14 years ago
Javier Hernandez wrote:
i'm developing a redmine's desktop client, but i need some features in REST API
Could you share the client when it'll be done?:)
Updated by Javier Hernandez over 14 years ago
Nikolay Kotlyarov wrote:
Javier Hernandez wrote:
i'm developing a redmine's desktop client, but i need some features in REST API
Could you share the client when it'll be done?:)
Of course, in fact, the project is created in launchpad, but still without code because current version is very alpha.
Updated by Felix Schäfer over 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
There is already a (long-ish) feature request for a REST API at #296, please post your suggestions/ideas there to keep it all in one place.
Updated by Yohann Monnier over 14 years ago
Test this version here
http://github.com/Yohannsmonnier/redmine
Its allow :
- List members of a projet
- Timelog API
- Get trackers
- Get all priorities
- Get allowed state when editing an issue
- it also Corrects generated REST XMLs
Updated by Javier Hernandez over 14 years ago
Hi Yohann!
I greatly appreciate your attention, i had temporaly stopped the project and now I think I'll be able to publish something functional. I hope to have a look this weekend to your branch and make some tests with it.
Regards!
Updated by Bevan Rudge over 13 years ago
Yohann; What is the status of your Redmine fork on GitHub? Are you merging Redmine's changes into your fork? Have your changes been contributed back to Redmine? Will they? Are you still contributing to the Redmine project? Thanks for the update!
Related; http://www.redmine.org/issues/7420
Updated by Bevan Rudge over 13 years ago
- Status changed from Closed to Reopened
Updated by Jean-Philippe Lang almost 13 years ago
- Status changed from Reopened to Closed
I'm closing this since everything in now present in the API, except for the attachments. But there's a more specific ticket for that (#8171).