Read request task comment by ID
Reads a specific comment from a task within a request. This allows you to retrieve the full text and metadata of a single comment entry.
You must provide the RequestId, TaskId, and CommentId to the get_Request_Task_Comment_Details procedure to locate the specific comment.
SELECT * FROM get_Request_Task_Comment_Details WITH (RequestId=111112345, TaskId=222212345, CommentId=333312345)