Creates a new issue in a Bitbucket repository, setting the authenticated user as reporter; ensures assignee (if provided) has repository access, and that any specified milestone, version, or component IDs exist.
kindstringType of the issue (e.g., 'bug', 'enhancement', 'proposal', 'task').
titleRequiredstringTitle for the new issue.
due_onstringDue date for the issue in ISO 8601 format (e.g., 'YYYY-MM-DDTHH:mm:ssZ').
contentRequiredstringDetailed description for the new issue.
assigneestringBitbucket username of the assignee. The assignee must have repository access.
prioritystringPriority level of the issue (e.g., 'trivial', 'minor', 'major', 'critical', 'blocker').
repo_slugRequiredstringThe slug of the Bitbucket repository.
workspaceRequiredstringThe ID or slug of the Bitbucket workspace.
version_idintegerNumeric ID of an existing version to associate with this issue.
component_idintegerNumeric ID of an existing component to associate with this issue.
milestone_idintegerNumeric ID of an existing milestone to associate with this issue.
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.