Issues

Issue Update

Issue Update

put/issues/{id}

Path parameters

idstring required

Issue ID

Request body

descriptionstring
prioritystring
severitystring
statusstring
typestring

Example request

{
  "priority": "value from LoV",
  "severity": "value from LoV",
  "status": "value from LoV",
  "type": "value from LoV",
  "user": {
    "externalIdentifier": "the user id in the external system"
  }
}

Response

OK

closedboolean
codestring
createdAtstring
descriptionstring
dueDatestring
idstring
titlestring
updatedAtstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.