It does not seem to update fields of duplicate issues automatically. It might cause someone to think the issue is not progressing, while the information is added on the duplicate.
It does not seem to update fields of duplicate issues automatically. It might cause
Share
No, duplicate issues do not update any fields automatically between each other.
A commonly used workflow for duplicate issues is to add a relation between the original and the new issue indicating that the newer issue duplicates the older one. The newer issue then gets closed in order to not have appear the same issue twice in the list of open issues, and also to direct the discussion (new information, progress, patches, etc.) to a single issue – the original one.
Here’s an example of a duplicate issue on the official redmine issues list.
That being said, you could write a plugin which updates certain properties of duplicate issues, though it is not clear to me what exactly you’d like to achieve, and it’ll probably be confusing to the users to track the same bug/feature on different issues.