Hi everyone,
I am building a Rovo Agent to analyze Jira Automation rules for performance bottlenecks and risks.
Standard Rovo Agents can't read administrative configurations natively because they aren't indexed in the Teamwork Graph. The only out-of-the-box workaround is to manually export the rule as a JSON and paste it into the chat.
If I build a custom Forge app to give the Rovo Agent this ability, the Automation REST API explicitly blocks it. As noted in the docs: "Forge and OAuth2 apps cannot access this REST resource." I want to avoid building a Basic Auth / Service Account workaround just to fetch the rules.
Is there any native way for a Rovo Agent (or custom Forge Action) to access Jira Automation rules directly without manual JSON inputs or external API tokens?
Thanks!