task_occurrence_url
Retrieves a link to a task occurrence.
Example
1
{{ '123' | task_occurrence_url }} => /team-slug/task-occurrence/{taskOccurrenceId}
Input
Type | Parameter | Description | Required |
---|---|---|---|
string | taskOccurrenceId | The ID of the task occurrence to link to. Comes before the | sign. | Required |
Output
Type | Description |
---|---|
string | The URL to the task occurrence |