|
const eventUrl = `${garageUrl}/project/${projectId}/event/${event.groupHash}`; |
Incorrect event url in the Issue template.
Event id should be used instead of group hash.
/project/<project_id>/event/<event_id>/<repetition_id>
If repetition id is not known it can be omitted:
/project/<project_id>/event/<event_id>
hawk.workers/workers/task-manager/src/utils/issue.ts
Line 109 in c45a7db
Incorrect event url in the Issue template.
Event id should be used instead of group hash.
If repetition id is not known it can be omitted: