Skip to content

Add note to existing QA issue when environment changes

Robert Speicher requested to merge rs-qa-notify-environment into master

Takes advantage of changes to deploy-tooling in https://ops.gitlab.net/gitlab-com/gl-infra/deploy-tooling/merge_requests/144

This is a boring solution to https://gitlab.com/gitlab-org/release/framework/issues/368

4b347a0f - Remove dead add_comment behavior from Qa::Issue

Previously this would add a comment to the QA issue using the CommentPresenter, however this behavior was removed in dc0047fa.

We're retaining the add_comment method, which now takes an argument, because we plan to add comments as the corresponding release transitions between environments.

fb7e8d17 - Add note to existing QA issue when environment changes

b5b4c938 - Include link to triggered job in QA issue

Merge request reports