0

Is there a way to change the html output of a bug (and also the bug lists) to display values of a custom field as hyperlink?

Example:

We have a custom field called "VEMAS". This field stores numbers linking to another case management tool. These numbers should be converted to links in the non-editable views of a bug:

123456, 234567

should be rendered as

<a href="http://server/link?id=123456">123456</a>, <a href="http://server/link?id=234567">234567</a>

effectively changing the numbers into links.

Any ways how to do this? I could use GreaseMonkey, but that limits me to use FireFox...

flag

1 Answer

1

I think you could use the BugMonkey plugin to add some JavaScript which will convert the numbers into anchors.

link|flag
That's what I did. Worked. Thanks. – Roland Jul 8 2010 at 11:41

Your Answer

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