Info |
---|
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 personal access token as described here. Three request headers must be set beforehand:
|
Endpoints
...
Integration API is available on sfapp.almarise.com
Integration API is available on sfapp.almarise.com
Get Value
Panel | ||
---|---|---|
| ||
GET/integration/app/rest/api/v1/secure-field/value/{issueId} |
...
Expand | ||
---|---|---|
| ||
|
Update Value
Panel | ||
---|---|---|
| ||
POST/integration/app/rest/api/v1/secure-field/value/{issueId} |
Endpoint updates all Secure field values for the given issue. Only users with WRITE permission can update values.
...
Expand | ||
---|---|---|
| ||
|
Get History
Panel | ||
---|---|---|
| ||
GET/integration/app/rest/api/v1/secure-field/history/{issueId} |
Get Secure fields history records. Only users with HISTORY permission can access the records.
...