-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
When a GitLab tag is deleted, the Mattermost GitLab plugin sends a notification. The deleted tag name appears as a hyperlink, but clicking it leads to a 404 in GitLab since the tag no longer exists. For deleted tag events, the tag name should not be hyperlinked only created tag events should link to the tag.
Sreps to Reproduce:-
- Connect GitLab with Mattermost using the GitLab plugin.
- Subscribe to a GitLab repository in a Mattermost channel.
- In GitLab, delete an existing tag from the repository.
- Observe the Mattermost notification.
Expected Behavior:
The deleted tag name should be displayed as plain text (not a hyperlink).
Actual Behavior:
- The deleted tag name is shown as a hyperlink.
- Clicking the link redirects to a 404 Not Found page in GitLab.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels