Skip to main content
Server path: /bitbucket-workspaces | Type: Application | PCID required: Yes

Tools

ToolDescription
bitbucket_workspaces_create_issueCreate an issue
bitbucket_workspaces_create_issue_commentCreate a comment on an issue
bitbucket_workspaces_create_projectCreate a project in a workspace
bitbucket_workspaces_delete_issueDelete an issue
bitbucket_workspaces_delete_projectDelete a project for a workspace
bitbucket_workspaces_get_current_userGet current user
bitbucket_workspaces_get_issueGet an issue
bitbucket_workspaces_get_projectGet a project for a workspace
bitbucket_workspaces_get_workspaceGet a workspace
bitbucket_workspaces_list_issue_commentsList comments on an issue
bitbucket_workspaces_list_issuesList issues
bitbucket_workspaces_list_projectsList projects in a workspace
bitbucket_workspaces_list_repository_permissionsList all repository permissions for a workspace
bitbucket_workspaces_list_user_workspace_permissionsList workspaces for the current user
bitbucket_workspaces_list_workspace_membersList users in a workspace
bitbucket_workspaces_list_workspace_permissionsList user permissions in a workspace
bitbucket_workspaces_list_workspacesList workspaces for user
bitbucket_workspaces_search_codeSearch for code in a workspace
bitbucket_workspaces_update_issueUpdate an issue
bitbucket_workspaces_update_projectUpdate a project for a workspace

bitbucket_workspaces_create_issue

Create an issue Parameters:
ParameterTypeRequiredDefaultDescription
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
assigneeobjectNoThe assignee value
componentobjectNoThe component value
contentobjectNoThe content value
created_onstringNoCreated On
edited_onstringNoEdited On
idintegerNoThe id value
kindstringNoThe kind value
linksobjectNoThe links value
milestoneobjectNoThe milestone value
prioritystringNoThe priority value
reporterobjectNoThe reporter value
repositoryobjectNoThe repository value
statestringNoThe state value
titlestringNoThe title value
typestringYesThe type value
updated_onstringNoUpdated On
versionobjectNoThe version value
votesintegerNoThe votes value

bitbucket_workspaces_create_issue_comment

Create a comment on an issue Parameters:
ParameterTypeRequiredDefaultDescription
issue_idstringYesThe issue id
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
contentobjectNoThe content value
created_onstringNoCreated On
deletedbooleanNoThe deleted value
idintegerNoThe id value
inlineobjectNoThe inline value
issueobjectNoThe issue value
linksobjectNoThe links value
parentobjectNoCircular schema reference: #/components/schemas/comment
typestringYesThe type value
updated_onstringNoUpdated On
userobjectNoThe user value

bitbucket_workspaces_create_project

Create a project in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
created_onstringNoCreated On
descriptionstringNoThe description value
has_publicly_visible_reposbooleanNoIndicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories.
is_privatebooleanNoIndicates whether the project is publicly accessible, or whether it is private to the team and consequently only visible to team members. Note that private projects cannot contain public repositories.
keystringNoThe project’s key.
linksobjectNoThe links value
namestringNoThe name of the project.
ownerobjectNoThe owner value
typestringYesThe type value
updated_onstringNoUpdated On
uuidstringNoThe project’s immutable id.

bitbucket_workspaces_delete_issue

Delete an issue Parameters:
ParameterTypeRequiredDefaultDescription
issue_idstringYesThe issue id
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_delete_project

Delete a project for a workspace Parameters:
ParameterTypeRequiredDefaultDescription
project_keystringYesThe project in question. This is the actual key assigned to the project.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_get_current_user

Get current user

bitbucket_workspaces_get_issue

Get an issue Parameters:
ParameterTypeRequiredDefaultDescription
issue_idstringYesThe issue id
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_get_project

Get a project for a workspace Parameters:
ParameterTypeRequiredDefaultDescription
project_keystringYesThe project in question. This is the actual key assigned to the project.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_get_workspace

Get a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_list_issue_comments

List comments on an issue Parameters:
ParameterTypeRequiredDefaultDescription
issue_idstringYesThe issue id
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
qstringNoQuery string to narrow down the response as per filtering and sorting.

bitbucket_workspaces_list_issues

List issues Parameters:
ParameterTypeRequiredDefaultDescription
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_list_projects

List projects in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_list_repository_permissions

List all repository permissions for a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
qstringNoQuery string to narrow down the response as per filtering and sorting.
sortstringNoName of a response property sort the result by as per filtering and sorting.

bitbucket_workspaces_list_user_workspace_permissions

List workspaces for the current user Parameters:
ParameterTypeRequiredDefaultDescription
qstringNoQuery string to narrow down the response. See filtering and sorting for details.
sortstringNoName of a response property to sort results. See filtering and sorting for details.

bitbucket_workspaces_list_workspace_members

List users in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_list_workspace_permissions

List user permissions in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
qstringNoQuery string to narrow down the response as per filtering and sorting.

bitbucket_workspaces_list_workspaces

List workspaces for user Parameters:
ParameterTypeRequiredDefaultDescription
rolestringNoFilters the workspaces based on the authenticated user’s role on each workspace. * member: returns a list of all the workspaces which the caller is a member of at least one workspace group or repository * collaborator: returns a list of workspaces which the caller has write access to at least one repository in the workspace * owner: returns a list of workspaces which the caller has administrator access
qstringNoQuery string to narrow down the response. See filtering and sorting for details.
sortstringNoName of a response property to sort results. See filtering and sorting for details.

bitbucket_workspaces_search_code

Search for code in a workspace Parameters:
ParameterTypeRequiredDefaultDescription
workspacestringYesThe workspace to search in; either the slug or the UUID in curly braces
search_querystringYesThe search query
pageintegerNoWhich page of the search results to retrieve
pagelenintegerNoHow many search results to retrieve per page

bitbucket_workspaces_update_issue

Update an issue Parameters:
ParameterTypeRequiredDefaultDescription
issue_idstringYesThe issue id
repo_slugstringYesThis can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.

bitbucket_workspaces_update_project

Update a project for a workspace Parameters:
ParameterTypeRequiredDefaultDescription
project_keystringYesThe project in question. This is the actual key assigned to the project.
workspacestringYesThis can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}.
created_onstringNoCreated On
descriptionstringNoThe description value
has_publicly_visible_reposbooleanNoIndicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories.
is_privatebooleanNoIndicates whether the project is publicly accessible, or whether it is private to the team and consequently only visible to team members. Note that private projects cannot contain public repositories.
keystringNoThe project’s key.
linksobjectNoThe links value
namestringNoThe name of the project.
ownerobjectNoThe owner value
typestringYesThe type value
updated_onstringNoUpdated On
uuidstringNoThe project’s immutable id.