Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can Rovo agents create a Confluence page in a specific path?

Gabriele Dias
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 14, 2026

Is it possible for a Rovo agent to create a page in a specific location within Confluence?

I am building a custom agent in Atlassian Studio that creates Confluence pages based on a path provided by the user. I configured it to retrieve the parentId and create the page under that parent. However, the agent keeps creating the page in the root of the space instead.

Instructions I gave to the agent:

The user provides a human-readable path (e.g. Space Name / Folder Name / Parent Page Name). To resolve it:

  • Search Confluence using CQL to find the parent page by title within the given space — do not restrict by type = page, use ancestor or title search
  • Retrieve the pageId of the parent page
  • Create the new page as a child of that parent

1 answer

1 accepted

1 vote
Answer accepted
Tomislav Tobijas
Community Champion
May 16, 2026

Hey @Gabriele Dias ,

Yeah... this is currently a 'limitation' when it comes to Rovo agents: ROVO-539: Rovo chat/agent is not able to create a page under a parent page 

As stated in the workaround, you could try using Confluence automation, but it might not be ideal 🤔

What you could try is to improve the agent's success rate in finding the correct "parentId."
Something like:

  • Explicit CQL: Instead of a general search, instruct the agent to use the specific CQL filter type = page AND title ~ "Parent Page Name" to narrow results.

  • Space Restriction: Ensure the agent is explicitly told to use the space = "SPACEKEY" filter in its search to avoid cross-space title conflicts.

  • Confirmation Step: Ask the agent to "Show me the parent ID you found before creating the page" to verify it has retrieved the correct identifier.

But this would still need some exploration and testing to see if it actually works. 👀

Cheers,
Tobi

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events