notableaddedAtlassian calls it: Added
Rovo Agent Connector — EAP to Preview
- Announced
- APIs
- forge-core-platform
- Severity
- notable, set by
reef/atlassian-rule-v1 - Source
- https://developer.atlassian.com/changelog/#CHANGE-3405
The Rovo Agent Connector is now officially in Preview. You can now deploy apps using this module to production and staging environments, enabling Marketplace listing.
What's changing
- A2A v1.0 is now required — v0.3 is no longer supported. Apps still on v0.3 will be rejected at deployment. See the migration guide for full details.
- System user mentionability — adding
rovo:agentConnectorto your app makes the system user non-mentionable; the agent connector user takes its place. The CLI (v13.3+) warns and prompts for approval at deploy time.
What you need to do
- Add
version: "1.0"toprotocols.agent2Agentin your manifest. - Update your JSON-RPC implementation to the A2A v1.0 protocol — see the migration guide.
- Update to Forge CLI v13.3+ (
npm install -g @forge/cli@latest).
For full integration details, see https://developer.atlassian.com/platform/forge/remote-agents-in-jira/ and the https://developer.atlassian.com/platform/forge/manifest-reference/modules/rovo-agent-connector/.
The text above is Atlassian's. reef added the severity, the dates it could read from the text, and the endpoints and scopes named in code.