links Questions - FogBugz Knowledge Exchangemost recent 30 from http://fogbugz.stackexchange.com2012-02-09T05:55:05Zhttp://fogbugz.stackexchange.com/feeds/tag/linkshttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/9903/persistent-links-to-headings-within-a-wiki-page-or-on-another-pagePersistent links to headings within a wiki page, or on another pageDave Hodder2012-02-02T09:44:28Z2012-02-02T09:44:28Z
<p>We'd like to be able to create links between sections in the same page, or to sections in the middle of other pages.</p>
<p>One way we tried to do this was to use TOC references:</p>
<p><a href="http://.../fogbugz/default.asp?pg=pgWiki&ixWikiPage=1633#toc_66" rel="nofollow">http://.../fogbugz/default.asp?pg=pgWiki&ixWikiPage=1633#toc_66</a></p>
<p>This works until the page structure changes and adds references above the one linked to.</p>
<p>It seems the only way to do this reliably is by editing HTML, which is not ideal. Could the TOC reference system be altered so that references were persistent?</p>
<p><a href="http://fogbugz.stackexchange.com/questions/4162/wiki-able-to-link-to-a-spot-on-another-page-other-than-the-top" rel="nofollow">This question</a> asks how to do it, but I've rewritten it as a feature request, I hope that's appropriate.</p>
http://fogbugz.stackexchange.com/questions/9337/bug-report-some-links-open-in-new-window-others-do-notbug report: some links open in new window, others do notJason Doucette2011-10-03T22:32:59Z2012-01-26T23:22:00Z
<p>I copied and pasted text from an HTML email into a ticket, and the links that are embedded within words open new windows, and the links that are spelled out as http://... do not. They all should open a new window.</p>
<p>P.S. Please remember my notify settings in this forum. Why does it keep shutting off? It's annoying to have to reset settings each time because the forum resets it. Of course I want to be notified -- If there is a fix, I'd love to hear about it. If you need further information, the only way I'll know is if I'm notified about it. This should be the default setting.</p>
<p>Thanks for listening!
Jason Doucette</p>
http://fogbugz.stackexchange.com/questions/2968/can-i-link-to-a-wiki-page-from-within-a-caseCan I link to a Wiki page from within a case?Rob Sobers2010-05-05T20:25:19Z2011-09-30T07:56:35Z
<p>I like how I can type the text "See case 1234" and FogBugz auto-magically creates a hyperlink to that case. Is there a similar feature for Wiki pages?</p>
http://fogbugz.stackexchange.com/questions/1119/feature-request-remove-relations-links-between-casesFeature Request: Remove relations (links) between casesadambox2009-12-17T19:41:26Z2011-09-13T23:23:11Z
<p>I have cases linked to my case in the <strong>see also</strong> section. I want to remove the links. How do I do it?</p>
<p>One use case for removing a relation is using Case Event Edit to fix the text of a bugevent. When I incorrectly type in 'case x' where I meant to enter 'case y', If I then edit the post, It adds the new relation to y. I would assume the link to case x would be removed as well.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC1259445</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/9075/definitive-syntax-to-associate-link-cases-in-fogbugz-kiln-and-the-wikiDefinitive Syntax to Associate & Link Cases in FogBugz, Kiln and the Wiki. Quang2011-08-30T07:39:23Z2011-09-08T20:55:29Z
<p>Okay so I think there should be a point of reference on how to cross-link / associate / relate cases to and from each other within FogBugz, Kiln, the Wiki, Discussions etc...</p>
<p>Because linking Cases in FogBugz and Kiln is awesome.</p>
<p><strong>The Basics</strong>:</p>
<p><a href="http://kiln.stackexchange.com/questions/491" rel="nofollow">http://kiln.stackexchange.com/questions/491</a></p>
<pre><code>review 123
case 123
bug 123
</code></pre>
<p><a href="http://fogbugz.stackexchange.com/questions/4405" rel="nofollow">http://fogbugz.stackexchange.com/questions/4405</a> & <a href="http://fogbugz.stackexchange.com/questions/4417" rel="nofollow">http://fogbugz.stackexchange.com/questions/4417</a></p>
<pre><code>BugzID: 1234
</code></pre>
<p>Assuming these works too?</p>
<pre><code>Review: 123
Case: 123
Bug: 123
</code></pre>
<p>How bout plural?</p>
<pre><code>Cases 123
Bugs 123
</code></pre>
<p><strong>Advance stuff</strong>: </p>
<p><a href="http://kiln.stackexchange.com/questions/1320/" rel="nofollow">http://kiln.stackexchange.com/questions/1320/</a></p>
<blockquote>
<p>If you haven't made a commit yet, simply mention the case in the commit message. For example, "Fixes case 123", "bugzid: 123", "Solves some bugs (bug ids 123, 456, and 789)" all work just fine, and will cause bidirectional linking.</p>
</blockquote>
<pre><code>bug ids 123, 456, 789
</code></pre>
<blockquote>
<p>I tried to make this clear, but apparently I failed. You need the word "case", "bug", "bug id", "bugz id", or "review" in front of the case number. All of the examples above follow that. The only pseudoexception is that, if enumerating multiple cases, you only need to have the word appear in front of the first. Thus, "Fixes cases 123 and 456" will work, but "Fixes 123 and 456" will fail.</p>
</blockquote>
<pre><code>cases 123 and 456
</code></pre>
<p>...<a href="http://fogbugz.stackexchange.com/questions/8863/plural-case-linking-related-cases" rel="nofollow">but not</a></p>
<pre><code>Case 123 & 456
</code></pre>
<p>How about...</p>
<pre><code>BugzId: 123 456 789
Cases 123, 456, 789
</code></pre>
<p>Sadly some of the advance linking only works from Kiln to FogBugz but <a href="http://fogbugz.stackexchange.com/questions/8863/plural-case-linking-related-cases" rel="nofollow">doesn't work</a> from within FogBugz itself.</p>
<p>The point is, I'm not sure which does work, and which doesn't work... the fact that you can say: </p>
<pre><code>Case #blah #blah
</code></pre>
<p>and have it show up auto-magically in FogBugz under "See also" related cases field is awesome and amazing. (should be <a href="http://fogbugz.stackexchange.com/questions/1119/feature-request-remove-relations-links-between-cases" rel="nofollow">easy to unlink</a> though)</p>
<p>I just think it should work the same way throughout FogBugz & Kiln, or at least have a definitive reference for all the syntax in <a href="http://fogbugz.stackexchange.com/questions/tagged/documentation" rel="nofollow">the</a> <a href="http://kiln.stackexchange.com/questions/tagged/documentation" rel="nofollow">docs</a> somewhere. </p>
<hr>
<p>Editted:</p>
<p>Ben Pollack was nice enough to release the RegExp for Kiln <a href="http://kiln.stackexchange.com/questions/4163/case-linking-eg-case-1-2" rel="nofollow">here</a>:</p>
<pre><code>\b(?<case>(review|case|bug[zs]?(\s| )*(id)?:?)s?(\s| )*([#:; ]| )+)((([ ,:;#]|and)*)(?<bugid>\d+))+
</code></pre>
http://fogbugz.stackexchange.com/questions/1400/linking-to-a-tag-search-in-the-wikiLinking to a tag search in the wikisangretu2010-01-11T21:53:12Z2011-06-22T17:16:30Z
<p>"You can link to other wiki pages, cases, project homepages, and more."</p>
<p>What about tags? The URL for a tag called "meta" is:</p>
<p><a href="http://server/fogbugz/default.asp?pg=pgList&search=2&searchFor=tag" rel="nofollow">http://server/fogbugz/default.asp?pg=pgList&search=2&searchFor=tag</a>:"meta"</p>
<p>But putting a colon in the link field generates an error:</p>
<p>Wiki and Article names cannot contain colons or @'s, and they cannot consist entirely of numbers.</p>
<p>Edit :</p>
<p>No responses for several days, so perhaps I'm not being clear. In summary:</p>
<p><strong>"In the FogBugz wiki, how do you create a link to a tag search page?"</strong></p>
http://fogbugz.stackexchange.com/questions/2382/what-are-the-allowed-formats-for-case-links-in-source-control-checkinsWhat are the allowed formats for case links in source control checkins?adambox2010-03-10T18:39:38Z2011-06-08T19:00:47Z
<p>When I have a source control repository or Kiln setup in FogBugz and I check in a file, what do I have to put in the commit message to link the checkin to a FogBugz case?</p>
http://fogbugz.stackexchange.com/questions/7854/can-i-avoid-linking-to-a-wiki-page-from-within-a-caseCan I Avoid linking to a Wiki Page from Within a Case?James McLeod2011-04-13T16:07:57Z2011-05-24T19:22:12Z
<p>Further to <a href="http://fogbugz.stackexchange.com/questions/2968/can-i-link-to-a-wiki-page-from-within-a-case" rel="nofollow">this question on linking to wiki pages from within a case</a>...</p>
<p>Is there any way to escape the text "W###" so it <em>doesn't</em> link to the wiki? One of my users has just quoted a serial protocol command used for equipment control, <code>W104</code>, and created a spurious link to a wiki article!</p>
http://fogbugz.stackexchange.com/questions/8217/where-do-i-find-the-public-anonymous-access-link-to-a-caseWhere do I find the public/anonymous access link to a case?Trond Danielsen2011-05-16T06:34:37Z2011-05-17T14:30:37Z
<p>Hi,</p>
<p>I have a number of cases in FogBugz that I want to let my customer track the progress on. I know that the customer would get the link automatically if the case was added via email, but these have been manually entered by me.</p>
http://fogbugz.stackexchange.com/questions/1564/documentation-for-auto-linking-in-bug-events-and-inconsistency-in-localizationDocumentation for auto-linking in bug events - and inconsistency in localization for links in wikis vs casesArsène von Wyss2010-01-22T12:56:40Z2011-05-16T19:03:37Z
<p>I'm pretty sure that this is covered somewhere in the docs, but I was unable to find it, except for the rudimentary <a href="http://www.fogcreek.com/FogBugz/docs/70/topics/basics/LinkingCases.html" rel="nofollow">Linking Cases</a>. I'm looking for a complete reference on what is auto-linked in the bug event text. I know of the following patterns:</p>
<h3>links to cases</h3>
<pre><code>case XXX (site localized name for "case")
bug XXX
bugs ID: XXX
bugz ID: XXX
bugzid: XXX
</code></pre>
<h3>link to wikis</h3>
<pre><code>WXXX
Article XXX (including localized names for "article")
Wiki XXX (link to wiki page XXX)
</code></pre>
<h3>webpage urls</h3>
<pre><code>http://url (link to URL)
https://url (link to URL)
</code></pre>
<p>Are there more?</p>
<hr>
<p><strong>Edit:</strong> Still looking for documentation.</p>
<p>However, in the meantime, I asked the source - and I believe that there is a bug in FogBugz... in the static (!) constructor of <code>CBugRelationList</code> the patterns are apparently built for case/bug and wiki matching. However, in contrast to the wiki pattern which uses <code>FB_*_ALL</code> (containing a static list of localized entries), the case pattern uses <code>FB_CASE</code> which is a localizable entry which may change depending on the language of the current <code>CLocalizer</code> instance. However, since the pattern is static, it will not match other patterns anymore such as the German "Fall XXX", which used to get matched in FB6 AFAIR.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC1861702</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/7528/fogbugz-v8-support-for-links-with-non-standard-portsFogBugz v8 support for links with non-standard portsMark Hammond2011-03-18T23:34:26Z2011-04-13T18:12:48Z
<p>When entering a link in a FogBugz case that contains a non-standard port, the resulting link is not usable.</p>
<p>Repro steps:</p>
<ol>
<li>Create a case</li>
<li>Edit the case and enter a link using the HTML editor</li>
<li>Specify in the link a non-standard port (e.g. <code><a href="https://dev.example.com:44369/trac/MyProject/changeset/120">Changeset 120</a></code>)</li>
</ol>
<p>The resulting link in the case is both not usable and a partial rendering of the URL and ref nofollow portion of the anchor tag.</p>
<p>If you remove the nonstandard port, FogBugz behaves as expected.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://meta.stackexchange.com/questions/3337/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request-bug-r" rel="nofollow">Case FC2033945</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/7689/bug-unable-to-add-links-containing-apostrophe-in-html-case-edits-wikiBug: Unable to add links containing apostrophe in HTML case edits/WikiBen5e2011-04-01T20:14:05Z2011-04-06T23:19:14Z
<p>Running FB Version 8.3.42 (DB 778, Build 1) </p>
<p>Trying to add a link to a case using HTML case editing it reports that:</p>
<p>"The link you've provided is not in a format that FogBugz understands"</p>
<p>The link I am trying to add is:</p>
<p><a href="http://en.wikipedia.org/wiki/Student%27s_t-test" rel="nofollow">http://en.wikipedia.org/wiki/Student's_t-test</a></p>
<p>I as able to manually do the escaping and add the link using:</p>
<p><a href="http://en.wikipedia.org/wiki/Student%27s_t-test" rel="nofollow">http://en.wikipedia.org/wiki/Student%27s_t-test</a></p>
<p>I don't thing FB should expect the end user to do the escaping manually.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC2040286</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/7627/auto-update-link-text-to-reflect-current-article-namesAuto-update link text to reflect current article namesVasili Galka2011-03-29T09:41:56Z2011-04-06T12:40:03Z
<p>When linking one wiki article to another, there are two ways to do it:
1. Write custom link text, e.g "you can find more details [here]".
2. Leave the link text blank - It will be automatically generated from traget article name at link creation time.</p>
<p>The problem arises when people rename articles. The subject changes but the links remain with the old subject.</p>
<p>I think there should be "Link text auto-update" option. If specified the link text is updated automatically on article rename. I also think this option should be set by default for links created by 2nd way.</p>
<p>P.S. Maybe I asked this question a few years ago, but I can't find it.</p>
http://fogbugz.stackexchange.com/questions/2703/can-fogbugz-auto-link-protocols-other-than-http-and-https-such-as-ftpCan FogBugz auto-link protocols other than http and https (such as ftp)?Rob Sobers2010-04-14T01:48:55Z2011-03-23T16:04:02Z
<p>I love how FogBugz automatically creates hyperlinks on the case view page whenever it sees something like <code>http://www.foo.com</code> or <code>https://secure.bar.org</code>.</p>
<p>Can you make it auto-link URLs for other protocols that I use? For example:</p>
<ul>
<li><code>ftp://ftp.google.com</code></li>
<li><code>file://fileserver/config.txt</code></li>
<li><code>gopher://quux.org</code></li>
</ul>
http://fogbugz.stackexchange.com/questions/2967/create-html-anchors-in-wiki-pagesCreate HTML anchors in wiki pagesmwolfe022010-05-05T19:28:33Z2011-03-11T16:09:13Z
<p>Variations of this request have been made in several places:</p>
<ul>
<li><a href="http://fogbugz.stackexchange.com/questions/1358/can-we-make-the-named-anchors-used-by-the-table-of-contents-permanent" rel="nofollow">Can we make the named anchors used
by the Table of Contents
permanent?</a> </li>
<li><a href="http://stackoverflow.com/questions/5674/how-do-i-create-an-html-anchor-in-a-fogbugz-wiki-page">How do I create an
HTML anchor in a FogBugz wiki
page?</a></li>
<li><a href="https://our.fogbugz.com/default.asp?fogbugz.4.25208" rel="nofollow">HOWTO Create anchors with the id attribute?</a></li>
</ul>
<p>Essentially, I am looking for some way to reliably link to a specific HTML element within a wiki article. It would almost always be a header, but conceivably it could be an image, list item, or some other type of element.</p>
<p>I have integrated the FogBugz wiki into several small applications as context-sensitive help. I would like to be able to take users to a specific part of the article. In one application I have a form with several controls. I have an article devoted to the form and separate sections for many of the controls. If the user is inside one of the form's controls and presses F1, I would like to take them to the wiki Article that deals with the form (easy enough) and then take them directly to the item in that Article that deals with the control they are using.</p>
<p>The first link I posted suggests a usable workaround, but that creates a maintenance nightmare for us. Some way to add IDs would be a nice workaround. Maybe enforcing a prefix for the IDs would avoid the potential problem of ID duplication, while still allowing maximum flexibility for us users.</p>
<p><strong>UPDATE</strong>: The Fogbugz wiki now provides direct access to the underlying html making this--and other issues--entirely moot.</p>
http://fogbugz.stackexchange.com/questions/7429/greasemonkey-or-browser-extension-to-auto-link-case-referencesGreasemonkey or browser extension to auto-link case references?Jason Clarke2011-03-10T19:37:33Z2011-03-11T14:45:20Z
<p>Hi, </p>
<p>While we try to keep discussions in cases as much as possible, there are still lots of instances where case numbers are referenced in emails outside of FogBugz. It would be really convenient if a browser extension (ideally for Chrome) or greasemonkey script existed where you could give the base URL of your FogBugz installation, and it would then link any instances of the word "case" followed by a space then a number to the URL for that case on your FogBugz system, just like FogBugz does internally. We use Gmail for our office mail, so a browser-based implementation would work perfect for us.</p>
<p>Is anyone aware of such a script? </p>
<p>Thanks,
Jason</p>
http://fogbugz.stackexchange.com/questions/6674/non-http-links-in-wiki-pageNon-http links in Wiki pageMichel de Ruiter2011-01-19T11:59:43Z2011-01-25T09:42:57Z
<p>I tried to add a link to an Outlook item (using the outlook: protocol notation) to a Wiki page. But after saving, the link was gone.</p>
<p>Looking at the HTML shows that the <code><a></code> has lost its <code>href</code> attribute altogether, silently. Why is that?</p>
<p>Is it possible to link to non-http links like file:///...? Maybe using some Javascript workaround?</p>
http://fogbugz.stackexchange.com/questions/6094/how-can-i-make-external-links-in-the-wiki-open-in-a-new-tab-window-by-defaultHow can I make external links in the wiki open in a new tab/window by default?Lee2010-11-28T19:55:01Z2010-11-29T15:03:42Z
<p><a href="http://fogbugz.stackexchange.com/questions/1092/how-do-i-get-external-links-to-open-in-a-new-window" rel="nofollow">This question</a> is similar, but not the same. I want external links in wiki pages to open in a new tab or window by default. I'm sure there's some simple tweak I need to do to the stylesheet, but I just don't know it off the top of my head so I was wondering if someone in the community has already figured it out?</p>
http://fogbugz.stackexchange.com/questions/5039/feature-request-issue-linking-in-discussionsFeature Request: Issue linking in DiscussionsDr. Evil2010-09-30T09:46:25Z2010-11-01T21:11:55Z
<p>Allow issue linking in this format in discussion forums : #1578</p>
http://fogbugz.stackexchange.com/questions/5029/is-fogbugz-8-set-in-french-supposed-to-auto-linkify-case-xxxx-stringsIs Fogbugz 8, set in French, supposed to auto-linkify "case XXXX" strings?Yop832010-09-29T20:14:53Z2010-09-29T20:39:06Z
<p>We recently installed Fogbugz 8.0.26 (BDD 767, Build 2284) at the office and I lost the "auto-linkification" of the "case XXXX" strings that appears in comments.</p>
<p>I am the only developer setting Fogbugz in French (France) in the office. We produce a majority of our content in English. Previously (under Fogbugz 7), the "case XXXX" strings would correctly hightlight in my account.</p>
<p>After the update to Fogbugz 8, I was looking for some kind of bug and I found this related question: <a href="http://fogbugz.stackexchange.com/questions/4566/linking-to-a-case-no-longer-works-in-fod-8" rel="nofollow">Linking to a case no longer works in FoD 8</a>.</p>
<p>After reading that question, I was left with the impression that Fogbugz 8 will only auto-linkify the case strings in the user's language. Meaning that, in my case, only the french strings ("dossier XXXX") will ever get parsed.</p>
<p>Is this the case?
If it is, is there any way, short of setting my language back to English, to get the "case XXXX" strings to be auto-linkified again?</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://meta.stackexchange.com/questions/3337/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request-bug-r" rel="nofollow">Case FC1957275</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/2446/auto-link-cases-when-using-bugzid1234-in-a-wiki-article-revision-commentauto-link cases when using "bugzid:1234" in a wiki article revision commentadambox2010-03-17T17:42:13Z2010-09-27T17:46:07Z
<p>Sometimes it would be helpful to explain a change to a wiki (a spec for example) by linking to a case, but you don't want to put the case link in the body of the article. using the source control checkin comment method would work well:</p>
<ol>
<li>Discussion in case 1234 dictates a change to a spec</li>
<li>Edit the wiki article of the spec</li>
<li>Save the change with the comment "bugzid:1234" or "case 1234"</li>
</ol>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC1865582</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/4162/wiki-able-to-link-to-a-spot-on-another-page-other-than-the-topWiki - able to link to a spot on another page other than the top?Annie2010-08-25T12:29:33Z2010-08-25T14:05:37Z
<p>I would like to be able to link from one article to a heading in another article which may be on the middle of a page. For example, I have page with some definitions but I would like to link from one word to another word that might be further up. Or I would like to link to an image that is on the same page. I want to avoid having to create lots of pages so that I can create these links. Is this possible? </p>
http://fogbugz.stackexchange.com/questions/3441/feature-request-make-case-fields-project-milestone-into-links-to-filtersFeature request: Make case fields (project, milestone) into links to filtersMichael2010-06-23T19:36:38Z2010-07-23T19:45:25Z
<p><img src="http://lh4.ggpht.com/_NR7ZI_GT95I/TCJgXPQZ3_I/AAAAAAAAAKQ/L2c_8tyiPp4/filter%20links%20feature%20request.png" alt="alt text">
Feature description:
If a user clicks on any of the project, area or milestone description they would be taken to a related filter page.</p>
<ul>
<li>if you click on A in this image you
are taken to a list of all open cases
for Project Mercury </li>
<li>If you click B
the filter drills down to the
Firmware area. </li>
<li>If you click C you see
a list of all cases sorted by
milestones (or a list of milestones
like you do from the welcome page.)</li>
<li>If you click D then you are taken to
a Milestone specific filter.</li>
</ul>
<p>I have been watching several new fogbugz users the last few days and I was surprised that they all had a hard time getting to certain filter views.</p>
<p>In general they were all reluctant to open the advanced filter panel, In contrast they were all comfortable modifying an existing(similar) filter to display what they wanted to see.</p>
<p>All of these users(independently) tried clicking the case description headers with the expectation that they would lead to a list of cases.</p>
<p>Making these into clickable links quickly gets users to a filter view with one known element that can then be quickly modified to exactly the filter you want without the overhead of using the advanced filter tools.</p>
<blockquote>
<p><img src="http://www.gravatar.com/avatar/baf927dcc0b0c5d0f41dece1e575aa0f?s=32&d=identicon&r=PG" alt="Fog Creek"> <a href="http://fogbugz.stackexchange.com/questions/1023/whats-that-kiwi-logo-and-case-number-at-the-bottom-of-my-feature-request" rel="nofollow">Case FC1322524</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/2516/how-to-link-a-thumbnail-to-an-imageHow to link a thumbnail to an image?Dave Arkell2010-03-19T16:22:51Z2010-03-22T11:02:47Z
<p>Is it possible to link a thumbnail I've uploaded onto an article, to a full size screen grab I've uploaded to another article? </p>
<p>ie, just add an href tag over the image?</p>