Azure DevOps Services
이 문서에 제공된 지침에 따라 팀 수준 az devops boards area 및 az devops boards iteration 명령을 실행할 때 발생하는 가장 일반적인 오류를 해결할 수 있습니다.
팀 수준 영역
오류: 기본값
플래그 DefaultValue을(를) 전달하지 않고 팀에 첫 번째 영역 경로를 추가하려고 하면 --set-as-default 오류 메시지가 표시됩니다.
해결 방법:
--set-as-default 팀에 영역을 추가할 때 인수를 포함하거나 명령을 사용하여 az boards area team update 팀의 기본 영역을 변경합니다.
az boards area team add -h를 입력하여 명령을 사용하십시오.
오류: TF400499
팀 영역을 추가, 제거 또는 업데이트할 때 다음 오류가 발생할 수 있습니다.
TF400499: You have not set your team field.
해결 방법:
팀 영역은 --path parameter이어야 하며 \ProjectName\RootAreaName\ChildArea1가 아니어야 합니다. 팀 영역 명령은 Area 키워드를 --path 매개 변수에 전달할 것으로 기대하지 않습니다.
팀 수준 반복
오류: VS1530019: 반복을 찾을 수 없음
팀에 백로그 반복을 추가하려고 하면 다음 오류가 발생할 수 있습니다.
VS1530019: Cannot find iteration with id 'b1e33737-e943-xxxx-xxxx-e3f1cbaxxxx'. The iteration might have been deleted, or it might not be selected for your team.
해결 방법:
백로그 반복의 자식 반복만 귀하의 팀에 추가할 수 있습니다. 다음 명령을 사용하여 백로그 반복의 하위 반복을 만듭니다.
az boards iteration project create --name "child_iteration_name" --path <BacklogIterationPath>
팀에 az boards iteration team add -h 명령을 사용하여 반복의 식별자를 가져와 추가합니다.
AI를 사용하여 Azure DevOps CLI 문제 해결
다음 코필로트 채팅 프롬프트는 Azure DevOps CLI 명령 및 오류 메시지 문제를 해결하는 데 도움이 됩니다. 이 프롬프트를 복사하여 코필로트 채팅에 붙여넣고 자리 표시자를 특정 정보로 바꿉다.
최상의 AI 지원을 위해 실행한 정확한 명령, 전체 오류 메시지, 프로젝트 및 팀 이름 및 사용 중인 Azure CLI 확장 버전과 같은 특정 세부 정보를 포함합니다.
I'm getting this error when running an Azure DevOps CLI command: [PASTE YOUR ERROR MESSAGE HERE]
CLI command details:
- Full command: [COMPLETE COMMAND like "az boards area team add --name MyArea --team MyTeam"]
- Azure CLI version: [VERSION like 2.x.x]
- Azure DevOps extension version: [VERSION like 0.x.x]
- Organization: [ORGANIZATION NAME]
- Project: [PROJECT NAME]
- Team: [TEAM NAME if applicable]
- Operating system: [Windows/macOS/Linux]
Can you help me troubleshoot this issue? Please provide step-by-step instructions to:
1. Identify the root cause of the CLI command error
2. Fix the command syntax, authentication, or configuration issue
3. Verify the command executes successfully
Context: This is for Azure DevOps CLI commands. The error might be related to authentication, command syntax, missing parameters, project/team configuration, area paths, iteration paths, or permission issues.