ManageIQ/miq_bot

move_issue command should also move any existing comments

Open

#504 opened on May 14, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

If some conversation took place in the original issue before it was discovered that it needed to be moved, those comments would be stuck in the old issue. It would be better to have all the context in the same place. This would also presumably carry over mentions and add mentions to people who might have commented, but were not the reporter.

Here is an issue where I had to manually copy over content from a comment I made to the new issue after a move: https://github.com/ManageIQ/manageiq/issues/20172

Contributor guide