Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Bitbucket Server
Overview
Operations
Bitbucket Server Operations
Latest version:
1.0
Changelog
Create/update file
Create or update the 'File' at the specified 'Path', on the given 'Repository' and 'Branch'. The file can be created or updated on a new branch. In this case, the 'Source branch' parameter should be provided to identify the starting point for the new branch and the 'Branch' parameter identifies the branch to create the new commit on. When updating the content of an existing file you must supply the last 'Source commit ID' in the branch.
List project repositories
Retrieve repositories from the project corresponding to the supplied project key. The authenticated user must have 'REPO_READ' permission for the specified project to call this resource.
List project repositories DDL
List project repository branches
Retrieve the branches for a specific repository in a project. The authenticated user must have 'REPO_READ' permission for the specified project to call this resource.
List project repository branches DDL
List project repository commits
Retrieve a page of commits from a given starting commit or 'between' two commits. If no explicit commit is specified, the tip of the repository's default branch is assumed. Commits may be identified by branch or tag name or by ID. A path may be supplied to restrict the returned commits to only those which affect that path. The authenticated user must have 'REPO_READ' permission for the specified project to call this resource.
List project repository last commit DDL
List projects
Retrieve the list of projects for which the authenticated user has the 'PROJECT_VIEW' permission.
List projects DDL
Raw HTTP request (advanced)
Perform a raw HTTP request with some pre-configuration and processing by the connector, such as authentication.
Previous
Overview