Vote #80146
未完了Time Entries REST API user_id parameter doesn't work
0%
説明
I'm trying to use Time Entries REST API and it works as expected except user_id parameter.
When I tried to get time entries https://myredmine/time_entries.json?key=mykey&from=2019-06-01&to=2019-06-30&limit=5&user_id=5 I'm getting time entries of all existing users.
Any suggestions?
journals
I cannot reproduce the issue with Redmine 4.0.5.devel.19345. The following request returns time entries of user_id 2.
<pre>
curl 'http://redmine-trunk.test/time_entries.json?from=2000-01-01&to=2019-12-31&user_id=2'
</pre>
--------------------------------------------------------------------------------