Changes to Add issue field values to an issue

POST /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.14

  1. ae221630baa51
  2. 368b611509dd12
  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

    • request property issue_field_values/items/value list-of-types was widened by adding types array to media type application/json

      request-property-list-of-types-widened

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

      response-optional-property-added

    • endpoint added

      endpoint-added