Hi,
I have a project with multiple tasks and some tasks have subtasks.
I have a project with multiple tasks and some tasks have subtasks.
| Task | Id | Level |
|---|---|---|
| Task a | 1 | 1 |
| Task b | 2 | 2 |
Task c | 3 | 2.1 |
Task d | 4 | 2.2 |
| Task e | 5 | 3 |
Task f | 6 | 3.1 |
| Task g | 7 | 4 |
Now I've made a mistake, because Task f should be a subtask of Task g.
Is there a way to move Task f, so Task g will become the parent of Task f instead of Task e?
So it looks like below:
| Task | Id | Level |
|---|---|---|
| Task a | 1 | 1 |
| Task b | 2 | 2 |
Task c | 3 | 2.1 |
Task d | 4 | 2.2 |
| Task e | 5 | 3 |
Task g | 7 | 4 |
| Task f | 6 | 4.1 |
DPM Project Manager Project Management parent task
