Me and my co-workers often forget to set spent time on redmine issue.
Is there any way to make "spent time" field required, when changing any issue data?
Me and my co-workers often forget to set spent time on redmine issue.
Is there any way to make "spent time" field required, when changing any issue data?
Spent time in issues is not field for manual filling, it's calculating field.
Its value is a sum of spent times (not field but entity) created for issue.
You can fill spent times fields instead issue field - spent time already has date, spent hours and comment fields. Additionally you can add custom fields for spent time.
It's all available without plugins.
But if you want to include spent time info besides time and change issue behavior, you have to do some development work - add new calculated fields to issue etc.