...
Expand | ||
---|---|---|
| ||
|
POST/integration/app/rest/api/v1/secure-field/value/{issueId} Code Block
where issueId is the id of the issue.
Endpoint updates all Secure field values for the given issue. Only users with WRITE permission can update values. GlobalConfiguration Id
GlobalConfigurationId of the Secure field is required and can be obtained by using a GET endpoint described above.
Expand | ||
---|---|---|
| ||
issueId - id of the issue. |
Expand | |||||
---|---|---|---|---|---|
| |||||
Fields with value are mapped to: textFieldValue - Secure Text Single Line, Secure Text Multi Line numericFieldValue - Secure Number dateFieldValue - Secure Date dateTimeFieldValue - Secure Date Time. Request body example:
|
Code Block |
---|
GET/integration/app/rest/api/v1/secure-field/history/{issueId} |
...