
Bitbucket
Merge interacts with Bitbucket API endpoints to access certain information as detailed below.
API Endpoints
POST/repositories/{workspace_id}/{repo_slug}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringpriority
Enumremote_updated_at
DateTime (ISO 8601)creator
UUIDremote_created_at
DateTime (ISO 8601)assignees
Arrayticket_url
Stringdescription
Stringstatus
Enumticket_type
StringGET/repositories/{workspace_id}/{repo_slug}/issues
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
name
Stringpriority
Enumremote_updated_at
DateTime (ISO 8601)creator
UUIDremote_created_at
DateTime (ISO 8601)ticket_url
Stringdescription
Stringstatus
Enumremote_data
Arrayticket_type
StringAccess Comment information
Comment fields
ticket
UUIDAccess Attachment information
Attachment fields
ticket
UUIDGET/repositories/{workspace_id}
Merge interacts with this API endpoint to...
Access Ticket information
Ticket fields
collections
Arrayproject
UnknownAccess Project information
Project fields
name
Stringremote_data
Arrayremote_id
Stringdescription
StringAccess Collection information
Collection fields
name
Stringremote_id
Stringaccess_level
Enumdescription
Stringremote_data
ArrayGET/repositories/{workspace_id}/{repo_slug}/issues/{issue_id}/comments
Merge interacts with this API endpoint to...
Access Comment information
Comment fields
html_body
Stringremote_id
Stringbody
Stringremote_created_at
DateTime (ISO 8601)user
UUIDremote_data
ArrayGET/repositories/{workspace_id}/{repo_slug}/issues/{issue_id}/attachments
Merge interacts with this API endpoint to...
Access Attachment information
Attachment fields
file_name
Stringremote_id
Stringfile_url
Stringremote_data
ArrayGET/workspaces/{workspace_id}/members
Merge interacts with this API endpoint to...
Access User information
User fields
name
Stringavatar
Stringremote_id
Stringremote_data
ArrayGET/workspaces/{workspace}/permissions
Merge interacts with this API endpoint to...
Access Role information
Role fields
name
Stringticket_actions
ArrayGET/workspaces/{workspace}/projects/{project_key}/permissions-config/users
Merge interacts with this API endpoint to...
Access Role information
Role fields
remote_data
Array