Skip to content

Task Manager Worker: incorrect event url #568

@neSpecc

Description

@neSpecc

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>

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions