(cloudId: string)
| 60 | * @returns The base URL for the Service Desk API |
| 61 | */ |
| 62 | export function getJsmApiBaseUrl(cloudId: string): string { |
| 63 | return `https://api.atlassian.com/ex/jira/${cloudId}/rest/servicedeskapi` |
| 64 | } |
| 65 | |
| 66 | /** |
| 67 | * Build the base URL for JSM Forms (ProForma) API |