Actions
Feature #13296
openPermits defining a default "due date"
Status:
New
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Each project has a "due date" (when working with clients). It would be awesome to permits to add a default "due date" for a project.
For each new issue, the "due date" will be filled by default.
Related issues
Updated by Mathew Diluke about 6 years ago
This plugin solves your problem, just edit file /plugins/redmine_default_due_date/lib/redmine_default_due_date.rb
line: context[:issue].due_date ||= Date.today + 30 # Days after creating Issue
Updated by Go MAEDA over 5 years ago
- Has duplicate Feature #31518: Default due date for issues added
Updated by Go MAEDA over 5 years ago
- Is duplicate of Feature #313: Default end date added
Updated by Janeks Kamerovskis over 3 years ago
Did not work for my Redmine v.4.2.1
Updated by Mikhail Rodionov over 2 years ago
We made an update mysql, it works
alter table INVOICE modify INVOICEDATE date default (current_date + INTERVAL 90 DAY)
Updated by Sunding Wei over 2 years ago
The plugin solved the issue, thanks!
https://github.com/basyura/redmine_default_due_date
Actions