With the recent enhancements in Jira Automation, I have been encountering failures with my existing rules which use Rovo Agents that were previously working fine for weeks. The error I get in the Audit Logs is:
Create a Release Synopsis from the Release Title and Summary provided:
Release Title: {{releasePageTitle}}
Release Summary: {{releasePageSummary}}
Preserve all information exactly as provided.
Return a single JSON object containing:
{
"releaseSynopsis": ""
}
Originally, I had it as releasePageContent, so I thought that might be confusing the Agent. But still encountering this same failure in the automation rule.