Description
When importing a page that contains a Microsoft Stream macro, the URL parameter value is not copied to the xwiki macro content.
The confluence macro syntax :
<ac:structured-macro ac:name="net-presago-stream-macro" ac:schema-version="1" data-layout="default" ac:local-id="1234" ac:macro-id="1234"><ac:parameter ac:name="start">00:01</ac:parameter><ac:parameter ac:name="width">90%</ac:parameter><ac:parameter ac:name="uri"><ri:url ri:value="https://web.microsoftstream.com/video/123" /></ac:parameter><ac:parameter ac:name="autoplay">true</ac:parameter><ac:parameter ac:name="height">95%</ac:parameter></ac:structured-macro>
where the URL is
<ri:url ri:value="https://web.microsoftstream.com/video/123" />
The result after import:
{{net-presago-stream-macro start="00:01" width="90%" uri="" autoplay="true" height="95%"/}}
Attachments
Issue Links
- is related to
-
CONFLUENCE-38 Confluence User Profile Links in XWiki
- Open