put https://{hostname}/api/issue-management/v1/issues/
Use this API to update all details for a specific issue.
Things to Know
- The
attributes
parameter must be included in the request body but is not required to have values. If there are no attributes to send, pass an empty object {} in the following manner: "attributes": {}. However, if values exist for an attribute, you must include the values for each of those attribute to ensure the values are retained. Otherwise, they will be overwritten.