Skip to content

WIP: Add quick actions `/zoom <URL>` and `/remove_zoom`

What does this MR do?

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

Part of #66360 (moved)

Screenshots

Smart quick actions Naive quick actions
We only suggest /zoom and /remove_zoom during autocompletion if it's feasible. Users won't see any errors We always suggest /zoom and /remove_zoom during autocompletion even if it'd lead to an error (e.g. adding 2 Zoom URLs or removing non-existing Zoom URL). Users will see errors
zoom-quickaction-smart zoom-quickaction

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