The way we work it is: There must be a good reason to refactor the code, otherwise why?
If the reason is to allow another feature to use the same code, associate the changes with the other feature's request.
If it's to make something faster, create a feature request for faster 'xyz' and associate the changes with that - then the customers see you're improving the product.
If it's to design out a bug, log the bug.
It's worth noting that in my environment, the policy cannot be enforced. But clever managers can get reports of changes and if they don't have a bug\request reference in the commit text it's followed up.
