-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.12.2
-
Component/s: Integrations - Jira, Macros - Jira Macros
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When Confluence OnPrem fetches Jira Cloud Issues, it can't display the images embedded in the Description of the Issue, while the same feature works in Jira OnPrem.
When comparing the HTML code of the page:
- The macro fetching OnPrem issues use the complete URL address to the image, using the Base URL.
- The macro fetching Cloud issues uses a relative path to the image, starting as /secure/attachment/
Steps to Reproduce
- Create an Application Link between Confluence OnPrem and Jira Cloud
- Create a Jira Cloud Issue containing an image in the Description
- Insert a Jira Issues Macro in a Confluence page and set it to display the Description field
Expected Results

Actual Results

Workaround
Currently, there is no known workaround for this behavior. A workaround will be added here when available