상위-하위 관계
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Google Issue Tracker는 상위-하위 관계를 지원합니다. 상위-하위 관계는 일반적으로 특정 노력 내 작업의 분류를 나타내는 데 사용됩니다. 상위 요소는 여러 하위 요소를 가질 수 있고 하위 요소는 여러 상위 요소를 가질 수 있습니다.
상위-하위 관계에는 다음과 같은 특성이 있습니다.
특성 |
세부정보 |
관계 |
N:N |
순서 지정 |
상위 요소 내에서 하위 요소 순서 지정은 지원됩니다. |
주기 감지 |
순환 종속 항목은 시스템에 의해 차단됩니다. |
최대 직계 하위 요소 |
500 |
최대 상위 항목 |
1,000 |
예
다음 그래픽은 몇 가지 샘플 상위-하위 관계를 보여줍니다.
상위-하위 관계 및 차단
상위-하위 관계를 사용할 때는 기존의 차단 및 차단 기준 관계가 계속 지원됩니다. 상위-하위 관계를 차단과 결합하는 경우:
- 상위-하위 관계를 사용하여 작업을 더 작은 단위로 분할합니다.
- 타이밍과 시퀀스가 중요하고 UI에 중지된 작업/시작되지 않은 작업을 에스컬레이션하는 명확한 표시를 제공하려면 차단/차단을 사용하세요.
다음 그래픽은 상위-하위 및 차단 작업 분류의 예를 보여줍니다.
All rights reserved. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2023-12-02(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-12-02(UTC)"],[[["Google Issue Tracker enables the creation of parent-child relationships to represent the hierarchical breakdown of work within a project."],["Issues can have multiple parents and children, but the system prevents circular dependencies and limits the number of direct children to 500 and total ancestors to 1000."],["While parent-child relationships are ideal for structuring tasks, \"Blocking\" and \"Blocked by\" relationships should be used to indicate critical timing and sequencing dependencies."],["Users are encouraged to leverage both relationship types to manage work effectively, using parent-child for work breakdown and blocking for highlighting time-sensitive dependencies."]]],[]]