-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Affects Version/s: 9.2.4, 9.2.5, 10.2.11
-
Component/s: Macros - Task Report
-
1
-
Severity 3 - Minor
Issue Summary
The Task Report macro incorrectly displays tasks with empty body content when results are served from the Lucene/Opensearch search index. When the dark feature confluence.task-report.use-database-for-reports is enabled (forcing database queries instead of index queries), empty tasks are not displayed — confirming this is an index-specific rendering/filtering issue.
Steps to Reproduce
- Create a page with inline tasks, including at least one task with no body content (empty task).
- Add a Task Report macro to another page (or the same page), configured to show incomplete tasks.
- Ensure confluence.task-report.use-database-for-reports dark feature is not enabled (default).
- View the page containing the Task Report macro.
Expected Results
The task report macro does not display empty tasks after publishing.

Actual Results
Empty tasks (tasks with no body text) appear in the Task Report macro output when results are sourced from the index.

Workaround
If we add the below dark feature, it works as expected:
- Navigate to <confluence-url>/admin/darkfeatures.action
- In the Enable dark feature box, add:
- confluence.task-report.use-database-for-reports
- Click Submit
- In the Enable dark feature box, add:
- is cloned from
-
CONFSERVER-99863 After editing pages and publishing task report macro shows inconsistent results
-
- Closed
-
- is related to
-
CONFSERVER-99863 After editing pages and publishing task report macro shows inconsistent results
-
- Closed
-
- mentioned in
-
Page Loading...