Skip to content

support page updates for resolved comments over skipping#1176

Merged
jdknight merged 1 commit intomainfrom
allow-ignoring-resolved-comments
Feb 8, 2026
Merged

support page updates for resolved comments over skipping#1176
jdknight merged 1 commit intomainfrom
allow-ignoring-resolved-comments

Conversation

@jdknight
Copy link
Member

@jdknight jdknight commented Feb 8, 2026

Users can use confluence_publish_skip_commented_pages to hint to skip page updates that have comments. This also captures pages that have comments that are resolved.

In order to be flexible for users who want to drop comment references for pages with resolved comments, this commit introduces the option:

confluence_publish_skip_commented_pages = 'ignored-resolved'

If a page with comment entries detects all comments have been resolved (or dangling), pages will not be skipped but instead updated as normally.

Note that this is not a perfect solution, as a page update will still drop comment references on the page, causing all remaining comments to be dangling.

Users can use `confluence_publish_skip_commented_pages` to hint to skip
page updates that have comments. This also captures pages that have
comments that are resolved.

In order to be flexible for users who want to drop comment references
for pages with resolved comments, this commit introduces the option:

 confluence_publish_skip_commented_pages = 'ignored-resolved'

If a page with comment entries detects all comments have been resolved
(or dangling), pages will not be skipped but instead updated as
normally.

Note that this is not a perfect solution, as a page update will still
drop comment references on the page, causing all remaining comments to
be dangling.

Signed-off-by: James Knight <git@jdknight.me>
@jdknight jdknight merged commit d7c7432 into main Feb 8, 2026
28 checks passed
@jdknight jdknight deleted the allow-ignoring-resolved-comments branch February 8, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant