getTaskCommentUrl()
function getTaskCommentUrl(
taskId: string,
commentId: string,
content?: string): string;
Generate the URL for a single comment on a given task.
Parameters
| Parameter | Type | Description |
|---|---|---|
taskId | string | The ID of the task. |
commentId | string | The ID of the comment. |
content? | string | The content of the task. |
Returns
string
The URL string for the comment.