Skip to content

Fix missing API notification flags for Microsoft Teams

What does this MR do?

Partially solves #59702 (closed), which was already partially solved by !29736 (merged).

GitLab API currently doesn't accept the notify_only_broken_pipelines or notify_only_default_branch options for the Microsoft Teams service, apparently because it was left out in !11435 (merged). This MR just adds those flags to the Microsoft Teams API definition.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Seiji Suenaga

Merge request reports