Skip to content

[Integrations] Atlassian Jira/Confluence Cloud Integration  #2695

Description

@gils3nan

Describe the feature:
Including in the Atlassian Jira/Confluence integration. At the moment is only works with Self Hosted Jira/Confluence. The API endpoints for both are different so at the moment the Atlassian Jira/Confluence integration does not work with Cloud Jira/Confluence accounts.

Would be great for the same integration configuration settings for both. But for the integration to be compatible with the Cloud API as well as the Self Hosed API.

Describe a specific use case for the feature:
To have a fluid Atlassian integration which includes performance for the Self Hosted and Cloud Jira/Confluence environments.

Example of Jira Cloud API endpoint:
Below is the Jira Cloud Endpoint API link:

https://{{jira_domain}}/rest/api/3/auditing/record

Example of Jira Cloud API endpoint RAW GET:
Example of the RAW GET Request to the Jira Cloud Audit API

curl --location --request GET 'https://{{jira_domain}}/rest/api/3/auditing/record'
--header 'Accept: application/json'
--header 'Authorization: Basic {{basic_auth_token}}'

Example of Jira Cloud API endpoint RESPONSE:
Example of the response of the Jira Cloud API audit log, please see the link below.
Response

Example of Confluence Cloud API endpoint:
Below is the Confluence Cloud Endpoint API link:

https://{{confluence_domain}}/wiki/rest/api/audit

Example of Confluence Cloud API endpoint RAW GET:
Example of the RAW GET Request to the Confluence Cloud Audit API

curl --location --request GET 'https://{{confluence _domain}}/rest/api/3/auditing/record'
--header 'Accept: application/json'
--header 'Authorization: Basic {{basic_auth_token}}'

Example of Confluence Cloud API endpoint RESPONSE:
Example of the response of the Confluence Cloud API audit log, please see the link below.
Response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions