Hi
I am importing 7 tasks in to a project, each task has 5 subtasks for a total of 42 tasks.
The 7 tasks have exactly the same 5 subtasks and 4 of those subtasks are dependent on tasks above them being completed.
The file is imported in the order of
Maintask 1
subtask 1
subtask 2
subtask 3 …
For the dependencies the subtask that is the dependency is always above the subtask that it will block. i.e.
taskname dependency
subtask 1
subtask 2 subtask 1
subtask 3 subtask 2
The problem I am finding is that subtask 2 of maintask 2 should be blocked by subtask 1 of maintask 2, however this is not always the case.
Shows the csv file in a text editor to show the file as well as subtask 2 of main task 2 blocking more that it should.
Has anybody encountered this before and if so what was the solution, the issue is not uniform, some dependencies link correctly others don’t