How to connect to confluence using groovy program
@golla shirisha Welcome to the Atlassian community
You can use groovy to hit the Confluence APIs This will allow you to connect to confluence using groovy. https://developer.atlassian.com/server/confluence/confluence-server-rest-api/
Hi @golla shirisha ,
welcome tot the Atlassian community!
Confluence and all the other Atlassian tool provide Rest API that allow other systems to interact to. For a server instances, there are the following rest apis https://docs.atlassian.com/ConfluenceServer/rest/7.17.2/ that contain the main operation that a user can perform on Confluence.
If necessary, you can also add your own api via plugin.
Hope this helps,
Fabio
It looks like you're new here. Sign in or register to get started.