Opened 12 years ago
#10937 new defect
Weird results when using planned_finish
Reported by: | Owned by: | Chris Nelson | |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.12 |
Description
I wrote a script that automatically updates the "Planned finish" / userfinish upon resolution, because I wanted my tickets to show up on the correct day instead of "following" me in the jsgantt schema.
Now I notice if I have a ticket blocking another ticket like this:
[ticket | userfinish=set | duration=set] --> blocks --> [ticket | userfinish=set | duration=set]
I get the first blocking "parent" at the end of the day and the "child" ticket is located at the start of the next day, with a duration of 0 it looks like.
Instead of moving the parent backwards OR putting the child underneath the parent.
Is this a bug or should I go about this in another way?
I would love to be able to use the gantt as a daily schedule for my work, and also use it to keep track WHEN the ticket actually was finished.
Screen of the weird output