getTaskCommentsUrl()
function getTaskCommentsUrl(taskId: string, content?: string): string;
Generate the URL for the comments on a given task.
Parameters
| Parameter | Type | Description |
|---|---|---|
taskId | string | The ID of the task. |
content? | string | The content of the task. |
Returns
string
The URL string for the task's comments.