-
Suggestion
-
Resolution: Unresolved
-
1
-
Issue Summary
When using our Confluence REST APIs to handle Inline-Comments the options are limited to "Get inline comments for page/blogpost" (for targeting certain content), "Get inline comment by id" (when the specific comment id is known) or "Get inline comments" (for getting "everything"), but none of those endpoints allow any filter such as Author or ResolutionStatus, requiring additional iteration over the initial response.
This feature request asks for enabling some filtering capabilities to the Inline-Comments v2 endpoints, especially since the v1 REST API "Search content by CQL" doesn't support comment-specific values.
Workaround
Whenever using the existing "Get Inline Comments", we can manually/programmatically iterate through the results and filter comments in the desired criteria.
- mentioned in
-
Page Loading...