1

We often use the abbreviation 'W7' for Windows 7 in the text of our case descriptions as it is used as part of the machine name in many of our test environments. ie. we cannot change the text in the case. So this causes FogBugz to auto-link the case to one of our wikis. Is there any way we can turn it off, or remove the link? I saw there are some similar questions relating to the auto-linking of 'case n'.

flag

1 Answer

1

To remove the links to W7, try a BugMonkey customization like this:

name:          Don't link W7
description:   Removes the link to Wiki 7 around any W7 text
author:        Michel de Ruiter
version:       1.0.0.0

js:

$('.bugevent .body a[href$="?W7"]:contains("W7")').removeAttr('href');
link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.