1---
2stage: Plan
3group: Project Management
4info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
5---
6
7# Associate a Zoom meeting with an issue **(FREE)**
8
9> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16609) in GitLab 12.4.
10
11In order to communicate synchronously for incidents management,
12GitLab allows to associate a Zoom meeting with an issue.
13After you start a Zoom call for a fire-fight, you need a way to
14associate the conference call with an issue. This is so that your
15team members can join swiftly without requesting a link.
16
17## Adding a Zoom meeting to an issue
18
19To associate a Zoom meeting with an issue, you can use GitLab
20[quick actions](../quick_actions.md#issues-merge-requests-and-epics).
21
22In an issue, leave a comment using the `/zoom` quick action followed by a valid Zoom link:
23
24```shell
25/zoom https://zoom.us/j/123456789
26```
27
28If the Zoom meeting URL is valid and you have at least the Reporter [role](../../permissions.md),
29a system alert notifies you of its successful addition.
30The issue's description is automatically edited to include the Zoom link, and a button
31appears right under the issue's title.
32
33![Link Zoom Call in Issue](img/zoom-quickaction-button.png)
34
35You are only allowed to attach a single Zoom meeting to an issue. If you attempt
36to add a second Zoom meeting using the `/zoom` quick action, it doesn't work. You
37need to [remove it](#removing-an-existing-zoom-meeting-from-an-issue) first.
38
39## Removing an existing Zoom meeting from an issue
40
41Similarly to adding a Zoom meeting, you can remove it with a quick action:
42
43```shell
44/remove_zoom
45```
46
47If you have at least the Reporter [role](../../permissions.md),
48a system alert notifies you that the meeting URL was successfully removed.
49