-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Title is expected as an ancestor #79
Comments
It works when you do not specify the root article title.
I'll leave the issue open due to the un-intuitive behavior/error, that should likely be addressed. |
This may only occur when the page already exists. The first time I ran, it worked fine:
Then, running it again after a minor change (with slightly different args because I was trying to also add another page) it failed:
But then, after finding this issue and removing the only
This is especially unintuitive, because the |
I've confirmed in the REST API Browser in Confluence (v7.4.0) that the results returned from Confluence are correct. I'm not sure why the title is expected to be an ancestor... Do we expect Confluence to list the page itself as an ancestor?
Here is where the page title is added to the ancestry tree. Here is where the ancestry check fails because the page title is not included as an ancestor from the Confluence API.
Interestingly, I was able to create the page, but not update it. Likely just because the ancestors had to be created at that time.
The text was updated successfully, but these errors were encountered: