-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Agents
-
None
Summary
When using the "Use Rovo Agent" action within a Jira Automation Rule there is no option to "Continue even if the agent returns an error", and then to be able to interrogate the response code and take different actions depending on the response.
This causes issues when Rovo Agents return a HTTP 4XX or 5XX error code and there is no ability to have a fallback pathway.
Expected BehaviourÂ
Ideally behaviour should be identical to the "Send Web Request" action that includes the functionality allowing for fallback, specifically the option for the automation rule to continue running and then being able to interrogate the rovo response code with a smart value of {{rovoResponse.status}} in a subsequent if/then statement.