I'm using the API in my Confluence cloud automation.
Immediately after creating a page at "wiki/rest/api/conten",
When I search for that page with "wiki/rest/api/content/search?cql=" it is not found. It is possible to find it after some processing, not immediately. Should there be a time interval after creation?
If you use the following query instead of cql,
No such problem occurs.
"wiki/rest/api/content?"
There is a delay until new properties are indexed by CQL. However I do not know if Atlassian publishes a minimum delay to wait for indexing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.