diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-19 07:38:42 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-06-19 07:38:42 +0000 |
commit | 366d0eb2018c652eb03e48f6b921e705d1789455 (patch) | |
tree | 590d996b6930f18086ad50a412bcaba84409c5e2 | |
parent | 8b55aaee33403c60fefe53a7e58a398c50019388 (diff) | |
parent | 693e01abc4d2bdcc0beb6ec1473347c65c292558 (diff) | |
download | gitlab-ce-366d0eb2018c652eb03e48f6b921e705d1789455.tar.gz |
Merge branch 'link_zoom_call_issue-docs' into 'master'
Add zoom call section in issue data page
See merge request gitlab-org/gitlab-ce!29815
-rw-r--r-- | doc/user/project/issues/img/link_zoom_call_in_issue.png | bin | 0 -> 69554 bytes | |||
-rw-r--r-- | doc/user/project/issues/issue_data_and_actions.md | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/project/issues/img/link_zoom_call_in_issue.png b/doc/user/project/issues/img/link_zoom_call_in_issue.png Binary files differnew file mode 100644 index 00000000000..3153a0a9b07 --- /dev/null +++ b/doc/user/project/issues/img/link_zoom_call_in_issue.png diff --git a/doc/user/project/issues/issue_data_and_actions.md b/doc/user/project/issues/issue_data_and_actions.md index da585022263..ac26b672d99 100644 --- a/doc/user/project/issues/issue_data_and_actions.md +++ b/doc/user/project/issues/issue_data_and_actions.md @@ -149,6 +149,12 @@ The plain text title and description of the issue fill the top center of the iss The description fully supports [GitLab Flavored Markdown](../../markdown.md#gitlab-flavored-markdown-gfm), allowing many formatting options. +##### 16.1 Zoom Call Links + +Including a link to a Zoom call in the description of an issue will result in a "Join Zoom meeting" button at the top of the issue, just under the header. To remove the button, edit the description and remove the Zoom call link. + +![Link Zoom Call in Issue](img/link_zoom_call_in_issue.png) + #### 17. Mentions You can mention a user or a group present in your GitLab instance with `@username` or |