Forums

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

How to instruct Rovo to create a page link in work item?

Ari Raatikainen
Contributor
December 11, 2025

Hi,

Has anyone working with Rovo Agents succeeded in creating an agent that first creates a Confluence page, and then uses the created page’s URL to update a work item?

I can get the agent to create the correct Confluence page with predefined content, but I haven’t been able to instruct Rovo to add the page link to the work item (as shown in the picture).

Any ideas on what I should try next?



pagelink.png


1 answer

1 accepted

2 votes
Answer accepted
Mercy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 12, 2025

Rovo agents can access and update Jira issues only if the agent has permission to write to that issue type and field through its connected Atlassian accounts. After the agent creates the Confluence page, it must explicitly capture the page URL returned from the Confluence REST API (`/wiki/api/v2/pages/{id}`) and pass that value into a Jira update action using the Jira REST endpoint (`/rest/api/3/issue/{issueIdOrKey}`). The update payload should set the target field (for example, a custom “Documentation Link” field) to that URL.
In the Rovo agent configuration, confirm that the agent’s Atlassian connector includes both Jira and Confluence scopes with write access.

Ari Raatikainen
Contributor
December 12, 2025

Hi @Mercy Thanks for the tips. I will check and try to see if that works.

Suggest an answer

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

Atlassian Community Events