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?
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.
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.