Update An Issue

This PUT operation updates an existing issue within a specified Bitbucket repository by making a request to the endpoint with the workspace ID, repository slug, and issue ID as path parameters. The operation allows you to modify various attributes of an issue such as its title, description, status, priority, kind, component, milestone, version, or assignee by sending the updated fields in the request body. Only the fields included in the request payload will be modified, while omitted fields ...