Modify The State Of An Issue
This POST operation allows you to modify the state of a specific issue within a Bitbucket repository by submitting change requests to the issue's change log. The endpoint requires three path parameters: the workspace identifier, the repository slug, and the issue ID you want to update. When called, it creates a new change entry that can update various issue properties such as status, priority, assignee, or other configurable fields depending on your repository's issue tracker settings. This o...