Actions
Improvement #1112
closedClear some fields during issue sync
Start date:
Due date:
% Done:
100%
Estimated time:
Compatible Redmine Version:
Pull Request Link:
Description
Provide a global configuration option whether to clear:
- done_ratio
- status
- assigned_to
- due_date
- start_date
Updated by liaham almost 3 years ago
- Related to Improvement #1110: Clear some fields during issue sync added
Updated by liaham over 2 years ago
- Target version changed from unreleased to 0.1.7
Updated by liaham over 2 years ago
- Status changed from New to In Progress
Issue#copy_from has some options to be used:
- keep_status:
- attachments:
- watchers:
This is what is not copied anyway:
"id", "root_id", "parent_id", "lft", "rgt",
"created_on", "updated_on", "status_id", "closed_on"
Something like that does not take effect:
new_issue.copy_from(issue, :subtasks => false, :link => false)
Updated by liaham over 2 years ago
- Status changed from In Progress to Closed
- Assignee set to liaham
- % Done changed from 0 to 100
Actions