Changes to Set issue field values for an issue

PUT /repos/{owner}/{repo}/issues/{issue_number}/issue-field-values

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 62 revisions of this API.13

  1. ae221630baa51
  2. 368b611509dd11
  3. 3568ac44b21a1

What changed

    • added the optional property items/issue_field_name to the response with the 200 status

      response-optional-property-added

    • added the new multi_select enum value to the items/data_type response property for the response status 200

      response-property-enum-value-added

    • added the optional property items/multi_select_options to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added