Skip to content

Resolve "Quick actions to add/remove Zoom meetings on issues"

What does this MR do?

Moved from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32540

This MR implements two quick actions to add and remove zoom meeting from within an issue.

Part of #31103 (closed)

feature flag

This MR can be enabled via the feature flag issue_zoom_integration:

echo 'Feature.enable(:issue_zoom_integration)' | rails console

Screenshots

Smart quick actions
We only suggest /zoom and /remove_zoom during autocompletion if it's feasible. Users won't see any errors
zoom-quickaction-smart

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 Peter Leitzen

Merge request reports