Read request task worklog by ID
Reads details of a specific worklog entry for a task within a request. This provides granular detail on work performed on a sub-task.
The get_Request_Task_Worklog_Details procedure requires RequestId, TaskId, and WorklogId to fetch the specific worklog entry.
SELECT * FROM get_Request_Task_Worklog_Details WITH (RequestId=111112345, TaskId=22222345, WorklogId=333312345)