I am trying to create an automation that involves both Jira and Confluence. I was able to successfully create a SPACE, a Page, and JWM projects. However, I encountered an issue when attempting to map the newly created Confluence page. Despite creating the space and page and calling them via a Postman request, I was unable to view the automatically created space and page. Could you kindly suggest a solution? what is the correct way of mapping the newly created page with Jira issue and what could be reason of newly created space and pages are not visible in rest api GET call.
Some snaps are:
Hello @Deepak Rai
Here’s what I would do to troubleshoot and resolve this:
Make sure the user or API token you’re using to authenticate has the necessary permissions to view the Confluence spaces and pages. Sometimes newly created resources aren’t visible because the API credentials don’t have the proper access.
There might be a delay in the indexing of newly created spaces and pages in Confluence. To test this, try introducing a short delay (e.g., 5-10 seconds) between creating the page and making the GET API call to retrieve it.
Hope this helps!
Thank you for your response. Currently, I am the admin of my instance, and as you can see in the screenshot, I have already added some delays.
The Spaces and Pages I created in the last 24 hours are not appearing in the API calls.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.