Atlassian Confluence

Connect your Confluence space with KAI

need: Your Atlassian Confluence admin

1

Create an Atlassian Service account

You will need to create a service account : https://support.atlassian.com/user-management/docs/understand-service-accounts/

2

Create an api token attached to this service account

Here the documentation : https://support.atlassian.com/user-management/docs/manage-api-tokens-for-service-accounts/

Here scopes needed :

  • read:confluence-content.all

  • search:confluence

  • readonly:content.attachment:confluence

3

Retrieve the server url of your confluence

If the url of your confluence is : https://k-ai-test.atlassian.net/wiki/spaces/EKT/pages/xxx

The server_url to get back is : https://k-ai-test.atlassian.net

4

Retrieve the name of the space

If the url of your confluence is : https://k-ai-test.atlassian.net/wiki/spaces/EKT/pages/xxx

The space to get back is : EKT

Final output :

  • serverUrl : is the server_url you get back on step 3

  • userName : is the user name of your atlassian service account created on step 1

  • password : is the api token generated on step 2

  • space : is the space retrieved on step 4

Last updated