Relationships¶
Understanding and managing entity relationships.
Relationship Types¶
graph LR
A[Entity A] -->|depends_on| B[Entity B]
B -->|blocks| A
C[Parent] -->|children| D[Child]
D -->|parent| C
Hierarchy¶
- Milestones contain Stories
- Stories contain Tasks
- Automatic bidirectional sync
Dependencies¶
- Any entity can depend on another
- Circular dependency detection
- Automatic
blocksrelationship
Best Practices¶
- Keep dependency chains simple
- Use AI to analyze dependencies
- Review visually on canvas
See User Guide Overview for complete documentation.