gitlab-org--gitlab-foss/changelogs/unreleased/39791-when-reopening-an-issue-the-mattermost-notification-has-no-context-to-the-issue.yml
Sean McGivern 5e7d68ef79 Fix issue reopen Mattermost / Slack message
When an issue is reopened, the action is 'reopen', but the state is 'opened' (as
we don't have a separate 'reopened' state any more).

Because we checked the action in one method and the state in another, this lead
to a weird case where the mesage neither linked to the issue, nor contained an
attachment with its details. Just checking the action is fine, as it's the most
granular.
2017-11-06 14:40:13 +00:00

5 lines
125 B
YAML

---
title: Include link to issue in reopen message for Slack and Mattermost notifications
merge_request:
author:
type: fixed