microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
275 stars 425 forks source link

Bitbucket API version upgrade is required #1213

Open chernovol opened 6 months ago

chernovol commented 6 months ago

The Release Management Extension is rendered completely unusable by the deprecated API in Bitbucket artifacts.

Failed to query service connection API: 'https://api.bitbucket.org/1.0/repositories/............/'. Status Code: 'Gone', Response from server: '{"type": "error", "error": {"message": "Resource removed", "detail": "This API is no longer supported.\n\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis /"}}'

chernovol commented 4 months ago

@v-mohithgc, what is the status of the issue? Could I expect the fix? or could you suggest any workaround?

Deekshitha981 commented 4 months ago

Hi @chernovol , can you please provide us the logs for the Release pipeline created (Ensure to set the variable system.debug value to true.) and also let us know the task version of 'Download Artifacts- bitbucket' extension you are using. Currently it is in 15.157 version.

Deekshitha981 commented 3 months ago

Hi @chernovol, could you please let us know if the issue still persists and if so can you share the debug logs to my mail: v-dmerugu@microsoft.com

chernovol commented 2 months ago

Hi @Deekshitha981 @v-mohithgc some more details, I was able to connect to Bitbucket Artifacts, but the desired file cannot be selected in the Azure PowerShell task.

Screenshot 2024-04-23 140300

Failed to query service connection API: 'https://api.bitbucket.org/1.0/repositories/my-repo/project1/src/96da0d58177368abf721402477099242d2fe743b/'. Status Code: 'Gone', Response from server: '{"type": "error", "error": {"message": "Resource removed", "detail": "This API is no longer supported.\n\nFor information about its removal, please refer to the deprecation notice at: https://developer.atlassian.com/cloud/bitbucket/deprecation-notice-v1-apis/"}}'

chernovol commented 1 month ago

hi @Deekshitha981 and @v-mohithgc , any updates?