How to resolve this issue and Actual Jira software in preview show?
Save Comment Request payload :
{ "body": { "type": "doc", "version": 1, "content": [ { "type": "paragraph", "content": [ { "type": "text", "text": "test comment with video, pptx, docx.......... 01" } ] }, { "type": "mediaGroup", "content": [ { "type": "media", "medialURL": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114066", "extension": "file", "attrs": { "type": "external", "url": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114066", "alt": "demo.docx" } }, { "type": "media", "medialURL": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114067", "extension": "file", "attrs": { "type": "external", "url": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114067", "alt": "samplepptx.pptx" } }, { "type": "media", "medialURL": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114068", "extension": "file", "attrs": { "type": "external", "url": "https://mydomain.atlassian.net/rest/api/3/attachment/content/114068", "alt": "Account BE.webm" } } ] } ] } }
The attachment in video, pptx, docx, image etc. are attach but main jira software project in attachment preview not available how to solve this issue?.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.