Currently, "(thing-at-point 'url)" returns nil when point is over a bug reference. It would be nice to return the URL here. With this, it's easier to write a function that copies (or browses to) the URL at point without coding so many special cases. Attached is a patch plus a regression test for this.