Feature #11464
Need list of activities to be able to set TimeEntries
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
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.
History
#1
Updated by celogeek san over 10 years ago
I'm on 2.0.3 version.
#2
Updated by Ruediger Schobbert over 10 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
#3
Updated by celogeek san over 10 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.
#4
Updated by Ruediger Schobbert over 10 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...
#5
Updated by Kevin Saliou over 10 years ago
+1 for getting this feature in!
Activities and Roles listing are missing from the REST API.