I'm calling the Python API update_or_create on a page which has been archived.
I'm getting an exception: atlassian.errors.ApiNotFoundError
The exception message is "Can not find draft with current content".
Looking through the Atlassian code, I see that it is testing if the page exists. It does, then the code tries to update the page, which fails.
Anyone else encounter this?
Hi @Craig Anderson ,
an archived page is not retrieved in the search and it could impact also the api. This should be the cause.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.