Get time tracking records for a specific user
There is /rest/issue/{issue}/timetracking/workitem/ endpoint for listing time tracking records for a specific issue. But I can't find efficient way to list time tracking records for a specific user (ideally for a specific date range).
Now I have to read all time records for all issues, then filter them. I need these data in other systems so customized reports is not an option for me.
Am I missing something?
Thanks, Jan
Please sign in to leave a comment.
Please refer to: https://youtrack.jetbrains.com/issue/JT-23719 .
Thanks, it looks promising. From my experience if something is not documented, it is taken as experimental and there is risk something can change without a notice. Do you plan to integrate this to the official documentation? Thanks.
Yes, we plan to integrate it as an official documentation, but no ETA on this currently, unfortunately.