Feature #13296
Permits defining a default "due date"
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
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
History
#1
Updated by Mathew Diluke almost 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
#2
Updated by Go MAEDA almost 3 years ago
- Duplicated by Feature #31518: Default due date for issues added
#3
Updated by Go MAEDA almost 3 years ago
- Duplicates Feature #313: Default end date added
#4
Updated by Janeks Kamerovskis 12 months ago
Did not work for my Redmine v.4.2.1
#5
Updated by Mikhail Rodionov 29 days ago
We made an update mysql, it works
alter table INVOICE modify INVOICEDATE date default (current_date + INTERVAL 90 DAY)