Project

General

Profile

Actions

Feature #13296

open

Permits defining a default "due date"

Added by Benjamin Jeanjean about 11 years ago. Updated over 1 year ago.

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

Has duplicate Redmine - Feature #31518: Default due date for issuesClosed

Actions
Is duplicate of Redmine - Feature #313: Default end dateClosed

Actions
Actions #1

Updated by Mathew Diluke over 5 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

https://github.com/basyura/redmine_default_due_date

Actions #2

Updated by Go MAEDA over 4 years ago

Actions #3

Updated by Go MAEDA over 4 years ago

Actions #4

Updated by Janeks Kamerovskis over 2 years ago

Did not work for my Redmine v.4.2.1

Actions #5

Updated by Mikhail Rodionov almost 2 years ago

We made an update mysql, it works

alter table INVOICE modify INVOICEDATE date default (current_date + INTERVAL 90 DAY)

Actions #6

Updated by Sunding Wei over 1 year ago

The plugin solved the issue, thanks!
https://github.com/basyura/redmine_default_due_date

Actions

Also available in: Atom PDF