Hi again Babynus,
If I have two projects of same priority (say, 500), is it possible to use Activities priority to plan some activities of Project2 before some activities of Project2 ?
Let's say I have:
*P1 (prio = 500)
- A1 (prio = 400)
- A2 (prio = 500)
*P2 (prio = 500)
- A3 (prio = 400)
- A4 (prio = 500)
All these activities are planned ASAP.
I would expect to have planned in order:
- A1 (lowest priority, lowest WBS)
- A3 (lowest priority)
- A2
- A4
However I seem to be getting A1, A2, A3, A4. Is it that the WBS of the project takes precedence over the priority of the activites ? (i.e. it seems that all activities of P1 are planned before activities of P2).
Thanks for your help!
Hi,
Your analysis is correct.
Order should be A1, A3, A2, A4...
... unless some dependencies exists.
The rules are describes in the manual : http://track.projectorria.org/manual/manual.php?page=67&tag=planning
Yes indeed, I had "RTFM" 😛
I was just wondering if the fact that priority comes before wbs is valid both for projects priority and activities priority, mixed together.
Thanks for the confirmation, I guess I must have some other dependency which I missed!