Project

General

Profile

Actions

Feature #13296

open

Permits defining a default "due date"

Added by Benjamin Jeanjean about 13 years ago. Updated almost 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
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

Related to Redmine - Feature #31518: Default due date for new issues with configurable offset from todayNewActions
Is duplicate of Redmine - Feature #313: Default end dateClosedActions
Actions #1

Updated by Mathew Diluke over 7 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 6 years ago

  • Has duplicate Feature #31518: Default due date for new issues with configurable offset from today added
Actions #3

Updated by Go MAEDA over 6 years ago

Actions #4

Updated by Janeks Kamerovskis almost 5 years ago

Did not work for my Redmine v.4.2.1

Actions #5

Updated by Mikhail Rodionov almost 4 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 almost 4 years ago

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

Actions #7

Updated by Go MAEDA 7 days ago

  • Has duplicate deleted (Feature #31518: Default due date for new issues with configurable offset from today)
Actions #8

Updated by Go MAEDA 7 days ago

  • Related to Feature #31518: Default due date for new issues with configurable offset from today added
Actions

Also available in: Atom PDF