Feature #11464
openNeed list of activities to be able to set TimeEntries
0%
Description
Hi,
I have start writing Redmine::API in Perl. And I want to be able to create timelog.
It is working find but I need an activity_id.
The "9" mean development... But if the use create / delete, this id should no be available.
Could you provide this thought the REST API ? It will prevent the need of knowing the id before start using the API.
Updated by Ruediger Schobbert over 12 years ago
I wrote a little webapp which can serve the custom_fields and enumerations as a separate webapp. If you're interested the project is here: https://github.com/rschobbert/redmine-miss-api
Updated by Anonymous over 12 years ago
Oh thanks. Java ...
How is it possible that Redmine doesn't provide this 2 features in their REST::API ?
It is difficult to build extension on browser without that.
Updated by Ruediger Schobbert over 12 years ago
Just found issue #7819 in the Roadmap under "Candidate for next major release". It seems the problem is known to the core redmine team...
Updated by Kevin Saliou about 12 years ago
+1 for getting this feature in!
Activities and Roles listing are missing from the REST API.