Patch #777
Issues could inherit their due_date from their fixed_version
| Status: | Closed | Start date: | 2008-03-03 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Here is a patch to allow the following feature :
- assign Issues to a project version (already ok in redmine)
- enter a date for that version (already ok in redmine)
- copy that date as the due_date of all the issues that should be fixed for this version
- copy that date recursively to the issues that blocks the above issues.
One can discuss about this feature. But their is a need for us at EADS Test&Services.
Be careful about the recursivity (loop).
Related issues
History
#1 Updated by Eric Davis almost 3 years ago
- Status changed from New to Closed
This can be handled by my plugin redmine_issue_due_date, I don't think it would be right to add it to the core Redmine.
