-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ticket Task Action Buttons #14
Comments
what would be the flow for any comment missing the following task fields:
This is a separate feature and should be in it's own issue. |
I would think category should be a mandatory field when the task is created. As for time finish and assigned user couldn't these be automagically applied when the done button is selected? It fills in the time and assigns the user who clicks the done button |
When creating a ticket task (comment) the only way to change the comment from todo to done is to edit the comment and change the field from todo to done.
There should be a button for the tasks to mark as complete.
Additionally it would be good to see a start task and pause task button that would set the actual start time, pause and add time spent and then when the task is marked as resolved set the real end date and add any remaining time spent.
EoF Op
Task management is clunky as pointed out by OP. being able to have simple buttons for completing the task details, namely time tracking would be beneficial.
Details
Add to the header of a task comment the following icons that perform actions on the task in question:
These action buttons should be aligned right within the header of the task comment.
Currently the time tracking within a ticket is added to the ticket comment in question. However this will not work for the task action buttons as a user may take multiple iterations to complete a task.
Button Actions
Start Task: when clicked will set the
real start date
fieldpause task: when clicked will measure the time from now to
real start date
and create an action comment under the task with user time spent.time spent
fieldmark as complete: when clicked will set the
real finish date
field and mark the taskstatus
field asdone
Requirements
responsible user
is not set, no action button is to perform any action (disable buttons)real start date
field is populated the button is disabledreal start date
field is to be cleared.time spent
fieldreal start date
field.Non-Functional Requirements
Tasks
start
pause
completed
The text was updated successfully, but these errors were encountered: