-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.5.14, 8.5.15
-
Component/s: Macros - Jira Macros
-
4
-
Severity 2 - Major
-
1
Issue Summary
If a Jira Issues Macro on a Confluence page contains either "Epic Link" or "Epic Name" the macro will not refresh automatically nor manually
Steps to Reproduce
- Create an Application Link between Confluence Data Center and Jira Data Center
- In Jira:
- Create a new project in Jira
- Create an Epic in the project
- In Confluence:
- Add a Jira issues macro with JQL filter
- Add "Epic Link" to the Columns to Display config
- Save
- In Jira: Make changes to the Jira issues that are displayed in the Confluence macro
- In Confluence: Click the refresh button
Expected Results
The Jira Issues macro will update when you:
- Manually click the refresh button
- Refresh automatically after 5 minutes (when the cache refreshed)
Actual Results
The macro never updates and all data is stale making the data unreliable
Additional Notes
- Replicated with Jira 9.12.8
Workarounds
Option 1: Remove the columns
Remove the columns "Epic Name" and "Epic Link" from the Display Options in Jira Issues Macro
Option 2: Setting the cache to 0 minutes
- Locate Confluence Jira Plugin and press Configure
- Set the Jira Issues macro cache from the default of 5 minutes to 0 minutes
- This value is persisted into the database:
select * from BANDANA where BANDANAKEY='com.atlassian.confluence.extra.jira.admin.cachesetting'
- This value is persisted into the database:
A restart of of Confluence is required for the Jira Issues macro cache of 0 minutes to take effect!