Hello,
I have an application, and I want to be able to interact with Confluence from my app, similar to what happens when I click on "Ask Rovo." Essentially, I would like to integrate Rovo into my application. Do you think this is possible, and if so, how can I do it?
Thanks,
Hi @Oussama
This question is better suited for the Dev community:
https://community.developer.atlassian.com/
Regards
@Oussama As @Michael Wohlgemuth mentioned-- right now you can’t embed “Ask Rovo” in an external C#/C++ app or call a Rovo agent via a public API. Rovo doesn’t expose an endpoint you can invoke from outside Atlassian.
What you can do is build a similar experience by integrating with Confluence’s REST API from your app (search pages, read content, create/update pages). If you also want AI-style Q&A, you’d run your own model or service on top of that Confluence data. If you want it inside Atlassian, the supported route is a Forge app (and you can open a Rovo chat UI inside Atlassian, but not from your standalone app).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Heyo,
this is currently not possible afaik. You cannot interact with Rovo directly "from the outside" of your atlassian tools.
regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
OK, thanks! I’ll try a different approach. For example, I could write code that connects to Atlassian and uses Ask Rovo, or I could add the Rovo Google Chrome extension and, from my app, open the page that launches Rovo.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.