...
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
This API is dedicated to programmatic integration between Jira and third-party systems, Jira automation, or workflow when JWT is not feasible. In order to to authenticate calls please setup a personal access token as described here. Three request headers must be set beforehand:
|
...
How to identify the Jira Issue ID in Cloud
...
title | How do I know where my data is stored? |
---|
The most straightforward way to determine your data location is to send the API request e.g. GET with the following URLs:
https://eu-sfapp.almarise.com/integration/app/rest/api/v1/secure-field/value/{issueId}
https://us-sfapp.almarise.com/integration/app/rest/api/v1/secure-field/value/{issueId}
...
To determine your data location,
Get Value
Panel | ||
---|---|---|
| ||
GET/integration/app/rest/api/v1/secure-field/value/{issueId} |
...