debian-mirror-gitlab/doc/user/project/issues/associate_zoom_meeting.md

49 lines
1.8 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
stage: Plan
group: Project Management
2021-02-22 17:27:13 +05:30
info: 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
2020-06-23 00:09:42 +05:30
---
2021-09-30 23:02:18 +05:30
# Associate a Zoom meeting with an issue **(FREE)**
2019-12-26 22:10:19 +05:30
2020-03-13 15:44:24 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/16609) in GitLab 12.4.
2019-12-26 22:10:19 +05:30
In order to communicate synchronously for incidents management,
GitLab allows to associate a Zoom meeting with an issue.
2021-02-22 17:27:13 +05:30
After you start a Zoom call for a fire-fight, you need a way to
associate the conference call with an issue. This is so that your
team members can join swiftly without requesting a link.
2019-12-26 22:10:19 +05:30
2021-02-22 17:27:13 +05:30
## Adding a Zoom meeting to an issue
2019-12-26 22:10:19 +05:30
2021-02-22 17:27:13 +05:30
To associate a Zoom meeting with an issue, you can use GitLab
2021-04-17 20:07:23 +05:30
[quick actions](../quick_actions.md#issues-merge-requests-and-epics).
2019-12-26 22:10:19 +05:30
In an issue, leave a comment using the `/zoom` quick action followed by a valid Zoom link:
2020-03-13 15:44:24 +05:30
```shell
2019-12-26 22:10:19 +05:30
/zoom https://zoom.us/j/123456789
```
2022-04-04 11:22:00 +05:30
If the Zoom meeting URL is valid and you have at least the Reporter role,
2021-02-22 17:27:13 +05:30
a system alert notifies you of its successful addition.
The issue's description is automatically edited to include the Zoom link, and a button
appears right under the issue's title.
2019-12-26 22:10:19 +05:30
![Link Zoom Call in Issue](img/zoom-quickaction-button.png)
You are only allowed to attach a single Zoom meeting to an issue. If you attempt
2021-02-22 17:27:13 +05:30
to add a second Zoom meeting using the `/zoom` quick action, it doesn't work. You
2019-12-26 22:10:19 +05:30
need to [remove it](#removing-an-existing-zoom-meeting-from-an-issue) first.
## Removing an existing Zoom meeting from an issue
2021-02-22 17:27:13 +05:30
Similarly to adding a Zoom meeting, you can remove it with a quick action:
2019-12-26 22:10:19 +05:30
2020-03-13 15:44:24 +05:30
```shell
2019-12-26 22:10:19 +05:30
/remove_zoom
```
2022-04-04 11:22:00 +05:30
If you have at least the Reporter role,
2021-02-22 17:27:13 +05:30
a system alert notifies you that the meeting URL was successfully removed.