Actions
Patch #777
closedIssues could inherit their due_date from their fixed_version
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-03-03
Due date:
% Done:
0%
Estimated time:
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).
Files
Related issues
Updated by Eric Davis over 15 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.
Actions