yanivsegev / VSTS-DropPlan

Plan and track your sprint with a calendar based view.
MIT License
20 stars 17 forks source link

Can´t assign tasks to non-working days #137

Open mjavier87 opened 4 months ago

mjavier87 commented 4 months ago

Hello! I remember that in previous versions I was able to put a task on a non-working day. This is useful because even we usually don't work on those days, we can have bugs or events that makes necessary fix a problem. We are on version 2.2.4 now and if we try to put a task on saturday or sunday, it lands on friday. Is there any way to solve it?

sgtwilko commented 4 months ago

Are those days at either the end of the sprint?

You should be able to put things on non-working days, but if those non-working days are adjacent to the end of the sprint they may be being caught in the check added to stop new tasks from disappearing when non-working days are hidden.

mjavier87 commented 4 months ago

Those days are at the end of the sprint. My current sprint goes from monday 29/4 to sunday 5/5, so Saturday 4 and Sunday 5 are part of this sprint, and they are shown in the sprint as non-working days. But if I try to put a task in these days, the task is rearranged to Friday 3. I did configure wednesday 1 as non-working day, and I can put a task on that day though. 203