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
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