Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-79541

Filter unresolved comments in a space using CQL or a direct REST API endpoint

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

              Unassigned Unassigned
              0e1e414c5cb7 Edson B [Atlassian Support]
              Votes:
              12 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: