Hello,
In my Forge app i fetch xRay API. There are 3 xRay endpoints possibilities depending on the region :
Location | Region | Endpoint |
---|---|---|
USA | Consists of USA region | https://us.xray.cloud.getxray.app/ |
EU | Consists of Europe (Frankfurt) region | https://eu.xray.cloud.getxray.app/ |
Australia | Consists of Australia (Sydney) region | https://au.xray.cloud.getxray.app/ |
how can I determine the region configured in atlassian so that I use the correct endpoint ? Is there an api ?
Thx