Hi,
I wonder how to set relationships between projects.
Suppose to have this use case - Link between two Projects:
- Given 2 Project inside a Program: P1, P2
- When I try to link the completion of P1 to the start of P2
- How should I proceed for making such relationship evident?
Another case that may happen is: Link between an activity of a Project to the start of another Project
- Given 2 Project inside a Program: P1, P2
- When I try to link the completion of a task in P1 to the start of P2
- How should I proceed for making such relationship evident?
Another case is: Link between an activity of a Project to the start of another activity in another Project
- Given 2 Project inside a Program: P1, P2
- When I try to link the completion of a task in P1 to the start of a task in P2
- How should I proceed for making such relationship evident?
Many Thanks to anyone who will answer.