Not clear why issue is closed if it has been moved to another project
- When an issue is "moved" to another project, what happens behind the scenes is that it is copied to the target project and the original issue is closed.
- This may be confusing and not clear, e.g.: https://gitlab.com/gitlab-org/gitlab-ce/issues/3364#note_27836699.
- We should retain the
moved
system icon even if we change the system note here to beclosed
in the language. Because a person who sees an issue is closed from the state of it will review the system notes to see what happened, and quickly glance near the bottom and can see themoved
icon.
Scope
- Update the system note of the issue that is closed to be:
Victor Wu @victorwu closed via moving to gitlab-ee#1984 4 weeks ago
- The system note in the newly created issue should not be changed.
Reference
/gitlab/app/services/system_note_service.rb
contains the line for this.