-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to delete Task #2
Comments
Unfortunately, there us no way to remove Task through the UI. The only way to do this is to access the Database and execute relevant SQL query. Same approach could be applied for setting specific Task estimation (default is 8hrs) |
I would use this thread to request DeleteTask feature. |
mdzhokanov is right, it is not possible to delete a task via the GUI. I had a lot of discussions and the majority of the people told me that a task should never be deleted within a sprint, so it is a "Scrum thing". Only a UI action is needed which call the service which will perform the database delete action on the selected task. Also the burn down chart have to be updated. |
Not removing tasks should be a convention within the Scream team. But disabling that feature in the application is nonsense. What should I do if I mistakenly click twice on the NewTask button? DeleteTask feature is a mandatory functionality in my opinion. |
Yes, it is our definition in the company, so we did it in our way. Feel free to change it. |
I cannot find any documentation (in English at least) on how to delete a task from a Sprint view. It does not seem to be shown in the video tutorial either.
The text was updated successfully, but these errors were encountered: