ManageIQ/miq_bot

move_issue needs to respect relative issue numbers

Open

#349 opened on Jun 27, 2017

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Ruby (38 forks)auto 404
bughelp wantedpinned

Repository metrics

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

Description

When you move an issue, the original issue number text gets linked afterward and doesn't correspond to the previous reference. See here: https://github.com/ManageIQ/manageiq-ui-classic/issues/1616

That is, if you reference issue #1 on the core repo, when the issue is moved it now incorrectly references issue #1 for whatever repo it moved to, which is pretty confusing.

Contributor guide