Skip to main content

getTaskUrl()

function getTaskUrl(taskId: string, content?: string): string;

Generate the URL for a given task.

Parameters

ParameterTypeDescription
taskIdstringThe ID of the task.
content?stringThe content of the task.

Returns

string

The URL string for the task view.