Updates an existing issue in a Bitbucket repository by modifying specified attributes; requires `workspace`, `repo_slug`, `issue_id`, and at least one attribute to update.
kindstringTypes/kinds of Bitbucket issues.
statestringStates for Bitbucket issues.
titlestringThe new title for the issue. If omitted, the title remains unchanged.
contentstringThe new content or description for the issue, in raw text format. If omitted, the content remains unchanged.
versionstringThe name of the version affected by this issue (e.g., '1.0.0', '2.0-beta'). If omitted, the version remains unchanged.
issue_idRequiredstringThe unique identifier (ID) of the issue to be updated.
prioritystringPriority levels for Bitbucket issues.
componentstringThe name of the component to associate with the issue (e.g., 'API', 'Frontend'). If omitted, the component remains unchanged.
milestonestringThe name of the milestone to associate with the issue (e.g., 'Sprint 1', 'v1.0 Launch'). If omitted, the milestone remains unchanged.
repo_slugRequiredstringThe slug or name of the repository (e.g., 'my-app-repo').
workspaceRequiredstringThe workspace ID or slug that owns the repository (e.g., 'my-company' or '{123e4567-e89b-12d3-a456-426614174000}').
assignee_account_idstringThe Bitbucket account ID (UUID) of the user to assign the issue to. If omitted, the assignee remains unchanged.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.