-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.3.4, 6.4.0, 7.4.0
-
Component/s: Macros - Jira Macros
-
2
-
Severity 3 - Minor
Summary
Using REST API rest/api/content?expand=body.view&title=test&spaceKey=640 on page that has Jira Issue macro (list or single issue) will not retrive whole data. And instead of Jira information in value field we will only see loading.
Environment
Confluence 6.3.4 or 6.4.0
Steps to Reproduce
- Create page and insert Jira issue macro.
- Do a GET call on the page with rest/api/content?expand=body.view
- Observe body.view.value
Expected Results
Content of the page will be loaded with data from Jira regarding JIM
Actual Results
JIM data is not loaded and we can see Table and instead of data we see "Loading..."
Notes
Issue is not present in 5.9.7
Workaround
No known workaround at the moment.