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 over 4 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 3 years ago
- Has duplicate Feature #31518: Default due date for issues added
Updated by Go MAEDA over 3 years ago
- Is duplicate of Feature #313: Default end date added
Updated by Janeks Kamerovskis over 1 year ago
Did not work for my Redmine v.4.2.1
Updated by Mikhail Rodionov 10 months ago
We made an update mysql, it works
alter table INVOICE modify INVOICEDATE date default (current_date + INTERVAL 90 DAY)
Updated by Sunding Wei 9 months ago
The plugin solved the issue, thanks!
https://github.com/basyura/redmine_default_due_date
Actions