/bitbucket-workspaces | Type: Application | PCID required: Yes
Tools
bitbucket_workspaces_create_issue
Create an issue Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
assignee | object | No | — | The assignee value |
component | object | No | — | The component value |
content | object | No | — | The content value |
created_on | string | No | — | Created On |
edited_on | string | No | — | Edited On |
id | integer | No | — | The id value |
kind | string | No | — | The kind value |
links | object | No | — | The links value |
milestone | object | No | — | The milestone value |
priority | string | No | — | The priority value |
reporter | object | No | — | The reporter value |
repository | object | No | — | The repository value |
state | string | No | — | The state value |
title | string | No | — | The title value |
type | string | Yes | — | The type value |
updated_on | string | No | — | Updated On |
version | object | No | — | The version value |
votes | integer | No | — | The votes value |
bitbucket_workspaces_create_issue_comment
Create a comment on an issue Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
issue_id | string | Yes | — | The issue id |
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
content | object | No | — | The content value |
created_on | string | No | — | Created On |
deleted | boolean | No | — | The deleted value |
id | integer | No | — | The id value |
inline | object | No | — | The inline value |
issue | object | No | — | The issue value |
links | object | No | — | The links value |
parent | object | No | — | Circular schema reference: #/components/schemas/comment |
type | string | Yes | — | The type value |
updated_on | string | No | — | Updated On |
user | object | No | — | The user value |
bitbucket_workspaces_create_project
Create a project in a workspace Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
created_on | string | No | — | Created On |
description | string | No | — | The description value |
has_publicly_visible_repos | boolean | No | — | Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories. |
is_private | boolean | No | — | Indicates 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. |
key | string | No | — | The project’s key. |
links | object | No | — | The links value |
name | string | No | — | The name of the project. |
owner | object | No | — | The owner value |
type | string | Yes | — | The type value |
updated_on | string | No | — | Updated On |
uuid | string | No | — | The project’s immutable id. |
bitbucket_workspaces_delete_issue
Delete an issue Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
issue_id | string | Yes | — | The issue id |
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_key | string | Yes | — | The project in question. This is the actual key assigned to the project. |
workspace | string | Yes | — | This 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 userbitbucket_workspaces_get_issue
Get an issue Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
issue_id | string | Yes | — | The issue id |
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_key | string | Yes | — | The project in question. This is the actual key assigned to the project. |
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
issue_id | string | Yes | — | The issue id |
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
q | string | No | — | Query string to narrow down the response as per filtering and sorting. |
bitbucket_workspaces_list_issues
List issues Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
q | string | No | — | Query string to narrow down the response as per filtering and sorting. |
sort | string | No | — | Name 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
q | string | No | — | Query string to narrow down the response. See filtering and sorting for details. |
sort | string | No | — | Name of a response property to sort results. See filtering and sorting for details. |
bitbucket_workspaces_list_workspace_members
List users in a workspace Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
q | string | No | — | Query string to narrow down the response as per filtering and sorting. |
bitbucket_workspaces_list_workspaces
List workspaces for user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
role | string | No | — | Filters 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 |
q | string | No | — | Query string to narrow down the response. See filtering and sorting for details. |
sort | string | No | — | Name of a response property to sort results. See filtering and sorting for details. |
bitbucket_workspaces_search_code
Search for code in a workspace Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
workspace | string | Yes | — | The workspace to search in; either the slug or the UUID in curly braces |
search_query | string | Yes | — | The search query |
page | integer | No | — | Which page of the search results to retrieve |
pagelen | integer | No | — | How many search results to retrieve per page |
bitbucket_workspaces_update_issue
Update an issue Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
issue_id | string | Yes | — | The issue id |
repo_slug | string | Yes | — | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
workspace | string | Yes | — | This 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:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
project_key | string | Yes | — | The project in question. This is the actual key assigned to the project. |
workspace | string | Yes | — | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |
created_on | string | No | — | Created On |
description | string | No | — | The description value |
has_publicly_visible_repos | boolean | No | — | Indicates whether the project contains publicly visible repositories. Note that private projects cannot contain public repositories. |
is_private | boolean | No | — | Indicates 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. |
key | string | No | — | The project’s key. |
links | object | No | — | The links value |
name | string | No | — | The name of the project. |
owner | object | No | — | The owner value |
type | string | Yes | — | The type value |
updated_on | string | No | — | Updated On |
uuid | string | No | — | The project’s immutable id. |

