go-markdown2confluence
go-markdown2confluence copied to clipboard
ExternalChangesException: Trying to access unreconciled content
This error is thrown when updating a page that is currently being edited. Per Atlassian docs:
Thrown when trying to make changes to a page outside an editing session (e.g. inline comments) and those changes are disallowed. That can happen when we are in limited mode (synchrony disabled) or after fallback if the page hasn't been reconciled yet with Synchrony
Error updating content: com.atlassian.confluence.internal.synchrony.ExternalChangesException: Trying to access unreconciled content 999999999. Retry in a few moments
Did you find a fix to this?
Not yet. I need to look at the API docs to see if they support setting the ACL on the content the CLI updates. Also mentioned in #13, it would be nice to prevent users from being able to edit documents that are generated/maintained outside of Confluence.