getProjectCommentsUrl()
function getProjectCommentsUrl(projectId: string, name?: string): string;
Generate the URL for the comments on a given project.
Parameters
| Parameter | Type | Description |
|---|---|---|
projectId | string | The ID of the project. |
name? | string | The name of the project. |
Returns
string
The URL string for the project's comments.