Hello, We are using a FogBugz plugin to develop a code review report. Thanks to the feedback in another question, we've made great progress. But now we're getting an odd behavior in that our report sometimes includes the link to the file/line number of the attached lines, but other times this box is missing. When it does appear, it's the green box that is drawn using the RenderHTML() function. But it seems to only draw these little boxes in the first case of our report, and not in subsequent cases.
So, rather than using RenderHTML, I'd like to write our own section for attached lines, and include the filename and the start/end line numbers...but I can't figure out where that information is stored in the database.
Can you point me to the table that contains this info?
Thanks, Mike