Hello atlassians,
is there currently any jira cloud rest api to create a Rovo connector, so as it can read data from an installed connect app? Or maybe are there even plans to build such apis?
Thanks!
Hello atlassians,
is there currently any jira cloud rest api to create a Rovo connector, so as it can read data from an installed connect app? Or maybe are there even plans to build such apis?
Thanks!
Hey @IvanHanak,
There are currently no APIs to interact with Rovo, however Forge does provide extensibility via Rovo Modules (both Rovo Agents and Actions). Actions let your app utilise either Forge Functions or Forge Remotes to attain data to support the Rovo response.
If you have an existing Connect app, it’s possible to migrate the app to Forge and add the Rovo modules on top. Forge Remote becomes your new mechanism for interacting with functions in Forge, however this is natively supported if you’re already utilising Atlassian Connect Spring Boot or Atlassian Connect Express.