Read request task worklogs
Reads all worklog entries associated with a specific task within a request. This allows for tracking time spent at the task level.
Use get_Request_Task_Worklogs with both RequestId and TaskId to list the worklogs for that specific task.
SELECT * FROM get_Request_Task_Worklogs WITH (RequestId=111112345, TaskId=22222345)