I want to embed a YouTube video in the announcements sections of Service Desk. I know it is possible because the sections accepts HTML.
This is weird answering my own question. After researching and collaborating with teammates, we installed a plug in called "Design and Layout for JIRA Service Desk" which allows you to write a very short code using HTML.
<div style="position:relative;height:0;padding-bottom:56.25%"><iframe src="(YOUR LINK GOES HERE)" width="500" height="500" frameborder="0" style="position:absolute;width:100%;height:100%;left:0" allowfullscreen></iframe></div>
Note: If you need to resize the video, toggle with height and width options.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.