Vote #77786
完了closed_on field of copied issue is always set to source issue's value
0%
説明
When we copy a closed issue, the value of "closed_on" of copied issue is always set to source issue's value, even if the status of copied issue is not closed. I think it should be nil because the copied issue have not been closed before.
Steps to reproduce:
- Create a closed issue (Issue_A).
- Click "Copy" on Issue_A.
- Change status to "New" and create a new copied issue (Issue_B).
- "closed_on" field of Issue_B should be nil, but the value is same with Issue_A.
journals
Thank you, Maeda san.
I think probably many people want to solve this problem.
I hope this patch will include in the next version Redmine.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,25151,Copied issues cause wrong reports: Original issue is added to report list although search criteria only match the copied issue and not the original issue