-
Suggestion
-
Resolution: Fixed
-
0
-
3
-
Summary
Currently there's no API endpoint for retrieving the linked repositories IDs.
Environment
All Bamboo versions
Steps to Reproduce
We offer the following endpoints related to linked repositories.
/rest/api/latest/repository /rest/api/latest/repository/{repositoryId}/rssrepository/search [GET] /rest/api/latest/repository/testConnection [PUT] /rest/api/latest/repository/{repositoryId}/enableCi [PUT] /rest/api/latest/repository/{repositoryId}/enableAllProjectsAccess [PUT] /rest/api/latest/repository/{repositoryId}/enableAllRepositoriesAccess [PUT] /rest/api/latest/repository/{repositoryId}/rssrepository [POST, GET] /rest/api/latest/repository/{targetRepositoryId}/rssrepository/{repositoryId} [DELETE] /rest/api/latest/repository/{repositoryId}/scan/status [GET] /rest/api/latest/repository/scan [POST] /rest/api/latest/repository/{repositoryId}/scanNow [POST]
Expected Results
Need to add an endpoint to retrieve all repository ids
Actual Results
No endpoint to help retrieve the linked repository ids
Workaround
Currently you can get the repository ID by moving the mouse pointer over the name of the linked repository in the Bamboo UI. The information will be listed at the status bar of the browser.
- depended on by
-
BAM-20077 (REST) As an admin, I would like to review changeDetection settings
- Gathering Interest
- relates to
-
BAM-20020 (REST) As an admin, I would like to test repository connection from REST API
- Closed
-
BAM-18453 Allow creating / updating linked repositories via REST API
- Gathering Interest