-
Suggestion
-
Resolution: Unresolved
-
None
Problem
Confluence Cloud CQL or Comments API Endpoints currently lacks the capability to filter comments by their resolution status (e.g., unresolved or resolved) for a SPACE using CQL.
This limitation makes it difficult to manage unresolved comments efficiently across an entire space, as users must manually review comments on individual pages.
Suggested Solution
Enhance CQL to support filtering comments by resolution status with attributes like `resolution-status=open`.
Additionally, introduce a new REST API endpoint, such as `/wiki/rest/api/spaces/{space-id}/inline-comments?resolution-status=open`, to allow users to retrieve unresolved comments across a space in a single request.
Why This Is Important
Efficient management of unresolved comments is crucial for clear communication and timely resolution of action items.
Implementing these features would streamline workflows by allowing users to quickly identify unresolved comments across a space, enhancing collaboration and reducing time spent on manual review processes.
Workaround
Users can currently use the Confluence REST API to filter inline comments by resolution status on a per-page basis.
Or reviewing filtering all comments, based on their IDs:
However, this approach requires additional technical effort and is not directly accessible through the Confluence UI or CQL.
- is related to
-
CONFCLOUD-34510 View all inline comments at once
- Gathering Interest
-
CONFCLOUD-36602 Ability to report on unresolved file comments
- Gathering Interest
-
CONFCLOUD-37014 Report Macro for Inline Comments
- Gathering Interest
-
CONFCLOUD-39282 Improve tracking of inline comments
- Gathering Interest