-
Bug
-
Resolution: Low Engagement
-
Low
-
None
-
6.2.4, 6.7.0
-
7
-
Severity 3 - Minor
-
2
-
Summary
When enabling the confluence.extra.jira.async.loading.disable dark feature, the JIRA Issues Macro starts having issues. The 'loading' animation will constantly show, and the 'Refresh' button no longer works.
Steps to Replicate
- Link Confluence and JIRA together
- Insert a JIRA Issues macro on a page
- Enable the confluence.extra.jira.async.loading.disable dark feature
Expected Behavior
JIRA Issues Macro will continue to work as it should.
Observed Behavior
JIRA Issues Macro will load issues correctly, but the 'loading' animation will constantly display, and the 'Refresh' button will not work. The only way to refresh the macro is to reload the entire page.
Workarounds
1. Disable the dark feature
2. Enable Dynamic Render Mode for the macro:
-
- Install the Confluence Source Editor add-on
- Edit the page with the JIRA Issues Macro
- Use the Confluence Source Editor to edit the source of the page
- Find the JIRA Issues Macro code, and insert the following line:
<ac:parameter ac:name="renderMode">dynamic</ac:parameter>
Making any further changes to the macro through the UI will remove the above line, and it will need to be manually re-added