Open jarpsimoes opened 4 years ago
boards
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @narula0781, @ashishonce, @romil07.
devops
Is this issue solved?
ERROR: Error occurred in request., RetryError: HTTPSConnectionPool(host='dev.azure.com', port=443): Max retries exceeded with url: /x/x/x/x (Caused by ResponseError('too many 500 error responses'))
When I trying delete board from project on command line with AZ CLI:
$ az boards area project delete --path [board_path] --project [project_name] --org [ORG_URL] --yes
I've got an error bellow:
request failed: Error occurred in request., RetryError: HTTPSConnectionPool(host='dev.azure.com', port=443): Max retries exceeded with url: /EX93137/demo-project-automated/_apis/wit/classificationNodes/areas/ (Caused by ResponseError('too many 500 error responses',))
To Reproduce Run command:
$ az boards area project delete --path [board_path] --project [project_name] --org [ORG_URL] --yes
on terminalExpected behavior The selected board being deleted from project
Environment summary