Resolve "Quick actions to add/remove Zoom meetings on issues"
All threads resolved!
Compare changes
Files
8
app/services/issues/zoom_link_service.rb
0 → 100644
+ 90
− 0
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)
This MR can be enabled via the feature flag issue_zoom_integration
:
echo 'Feature.enable(:issue_zoom_integration)' | rails console
Smart quick actions |
---|
We only suggest /zoom and /remove_zoom during autocompletion if it's feasible. Users won't see any errors |
![]() |
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:
@gitlab-com/gl-security/appsec