Atlassian Confluence Cloud
Atlassian Confluence Cloud allows users to interact with confluence entities like content, space, users, and groups. Users can also manage the space permissions.
Utilities · Atlassian Confluence Cloud
Configuration parameters
url— Site Name (e.g., https://${site-name}.atlassian.net) (required)auth_method— Authentication Methodusername— Emailcloud_id— Cloud IDcallback_url— Callback URLclient_credentials— Client IDproxy— Use system proxy settingsinsecure— Trust any certificate (not secure)eventFetchInterval— Events Fetch Intervalmax_events_per_fetch— Max number of events per fetchisFetchEvents— Fetch Events
Commands (15)
-
confluence-cloud-comment-createCreates a comment for the given content. Note: To view the expansion of the content properties, execute the confluence-cloud-content-list and confluence-cloud-content-search commands.
-
confluence-cloud-content-createCreates a page or blogpost for a given space. Note: To view the expansion of content properties, execute the confluence-cloud-content-list and confluence-cloud-content-search commands.
-
confluence-cloud-content-deleteDelete the content depending on the content's type and status. Note: If the content's type is page or blogpost, it should be moved to trash before deleting permanently.
-
confluence-cloud-content-getRetrieves a Content Item by its Content ID.
-
confluence-cloud-content-listReturns the list of content of Confluence.
-
confluence-cloud-content-searchRetrieves a list of content using the Confluence Query Language (CQL). For more information on CQL, see: https://developer.atlassian.com/cloud/confluence/advanced-searching-using-cql/.
-
confluence-cloud-content-updateUpdate the existing content with new content. Note: Updating draft content is currently not supported.
-
confluence-cloud-get-eventsRetrieves a list of events from the Atlassian Confluence Cloud instance.
-
confluence-cloud-group-listReturns all user groups.
-
confluence-cloud-oauth-completeCompletes the OAuth 2.0 authentication flow by exchanging the authorization code for access and refresh tokens.
-
confluence-cloud-oauth-startStarts the OAuth 2.0 authentication flow. Returns an authorization URL that the user must visit to authorize the integration.
-
confluence-cloud-oauth-testTests the OAuth 2.0 authentication by verifying the current access token is valid.
-
confluence-cloud-space-createCreates a new space. Note: If no permissions are specified, the default space permissions defined by the Confluence cloud account admin will be used.
-
confluence-cloud-space-listReturns a list of all Confluence spaces.
-
confluence-cloud-user-listReturns a list of users.