Feature #4968
REST API new features
| Status: | Closed | Start date: | 2010-03-02 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | REST API | |||
| Target version: | - | |||
| Resolution: | Duplicate |
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
History
Updated by Nikolay Kotlyarov almost 2 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 almost 2 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 almost 2 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 1 year 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 1 year 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 8 months 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 8 months ago
- Status changed from Closed to Reopened
Updated by Bevan Rudge 8 months ago
Updated by Bevan Rudge 7 months ago
Also related: #8745
Updated by Etienne Massip 5 months ago
- Assignee deleted (
Eric Davis)
Updated by Jean-Philippe Lang 3 days 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).