This might be a trivial question, but my attempt to have an automation using a rovo agent to summarise steps on a work item into a KB article guide isn't outputing any of the content into the confluence page.
The steps are:
The page gets created, except there is nothing on the page.
I've reviewed the automation logs, there is output from the agent, but its not coming over to the confluence page.
Seems like something basic im missing?
I've looked at many Atlassian articles on how to use rovo agents and in automations, none of them help.
e.g.
How Do You Use {{agentResponse}} in Atlassian Auto... - Atlassian Community
Automating Rovo agents | Rovo | Atlassian Support
Hello
Can you provide the details of the Use Agent step, please?
Are you triggering this rule while viewing a Jira issue?
Before the step to create the Confluence can you add a Log action to print the agent response smart value to the rule execution log? Then try executing the rule again and share the audit log output with us.
Agent action:
Are you triggering this rule while viewing a Jira issue?
Yes, when viewing a JSM work item
Log action only shows "Log": when attempting to log the {{agentResponse}} response.
I've also logged a support ticket and will track and place an update on this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the additional information @Phillip C
I think that the problem is that your agent doesn't know what issue you want it to reference.
Your prompt says "the ticket". I think if you try replacing that with {{issue.key}} it will then know which ticket to reference and your agent response will not be empty. That is what worked in my simple test.
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.