diff options
author | Seth Engelhard <sengelhard@gitlab.com> | 2019-06-18 15:44:28 -0400 |
---|---|---|
committer | Seth Engelhard <sengelhard@gitlab.com> | 2019-06-18 15:53:26 -0400 |
commit | 693e01abc4d2bdcc0beb6ec1473347c65c292558 (patch) | |
tree | 508134e4d186d70a8f654531c1adeebdc5e12e54 | |
parent | ba952d53c5782e49b59ba3e5dd89c2c1eca02c80 (diff) | |
download | gitlab-ce-693e01abc4d2bdcc0beb6ec1473347c65c292558.tar.gz |
Add zoom call section in issue data pagelink_zoom_call_issue-docs
-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 |