Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint updates all Secure field values for the given issue. Only users with WRITE permission can update values. Field GlobalConfiguration Id of the Secure field is required. Fields with value are mapped to:

...

dateTimeFieldValue - Secure Date Time.

Request body example:

Code Block
languagejson
[
  {
    "globalConfigurationId": "globalConfigurationId",
    "textFieldValue": "text",
    "numberFieldValue": 500,
    "dateFieldValue": "2020-01-08",
    "dateTimeFieldValue": "2020-01-08 17:09:42"
  }
]

Code Block
GET​/integration​/app​/rest​/api​/v1​/secure-field​/history​/{issueId}

...

Get Secure fields history records. Only users with HISTORY permission can access the records.

Parameters as page ($int32) and size ($int32) are required.