You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira is a proprietary issue tracking product developed by Atlassian that allows bug tracking and agile project management.
14
14
@@ -54,6 +54,7 @@ A revoked token no longer works and is permanently removed from your account. If
54
54
1. Select **Revoke** next to the API token that you want to revoke.
55
55
1. To revoke all API tokens for your account, select **Revoke all API tokens**.
56
56
57
+
57
58
## Configure Atlassian Jira Cloud in Automation Service and Cloud SOAR
58
59
59
60
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
@@ -85,6 +86,22 @@ import AccessKey from '../../../../reuse/automation-service/access-key.md';
85
86
86
87
For information about Atlassian Jira Cloud, see [Jira Cloud documentation](https://support.atlassian.com/jira-software-cloud/resources/). For the REST API v3, see the [REST API v3 documentation](https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/).
87
88
89
+
### API base URLs to use
90
+
91
+
Depending on the type of API token you created, use one of the following URL formats as the API Base URL in the integration configuration:
92
+
93
+
***For normal API token:**
94
+
Use the standard Jira Cloud domain-based URL format:
95
+
`https://<domain>.atlassian.net`
96
+
97
+
***For scoped API token:**
98
+
Use the Atlassian API gateway format, which includes cloud ID:
0 commit comments