Start-date-time and Due-date-time as start-time and end-time properties #574
tu2-atmanand
started this conversation in
Brainstormer
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the current version of Task Board and also Tasks plugin, the date properties like Scheduled date, Due date, Start date, etc, dont support date-time value, they only support date value.
And, we also have a property called time-duration, which is basically start-time and end-time of a task.
Now, l have created this discussion to account for a case, where the task is going to be worked on more than a single day. For example, lets say I have the below task :
I am supposed to start with this task on one day at a particular time and the task is supposed to be completed on another day at a particular time.
Now, I know, this kind of task should be called a project, since a project lasts for more than 24 hours duration. But, lets assume, we have created this task as a project and all its sub-tasks/child-tasks will be the part of this project.
So, in current version this is not possible. Since, Task Board follows a format where it can only take input as time for "Start time" and "End time". To solve this problem, the idea I have is :
The above idea is only if user is making use of the "Start date" and is providing date-time values to this properties instead of just date. Otherwise the plugin will work as usual to take input for "Start time" and "End time", where both these values should be on the same day.
Beta Was this translation helpful? Give feedback.
All reactions