Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties


Description

Get a list of repositories matching the selection filtering criteria and optional including regex filtering on name or slug or UUID. Filter using user role or query parameters. Also, filter by using the project parameter or if you are using the query parameter then add 'project.key="..."' as part of the query parameter. By default, list is sorted by repository name. Alternatively, specify a valid sort parameter. See the Bitbucket documentation (https://developer.atlassian.com/cloud/bitbucket/rest/intro/#filtering) for valid query and sort parameter values. Note - if you are getting a list across multiple workspaces, only repositories within each workspace will be sorted based on the sort parameter. The final list is an amalgamation of all the sorted lists for each workspace.

Required Parameters

Optional Parameters

workspace, project, role, query, sort, regex, limit, columns, select, options, outputType, outputFormat, file, encoding, append

Type

Get

Category

Repositories

Output Formats

1 - basic, 999 - all including pipeline count, ,

Replacement Variables

repository, repositoryFullKey, repositoryName, repositoryUuid, workspace, workspaceName, workspaceUuid, project, projectUuid, projectName

Since Version

Examples

getRepositoryList


...