How to remove "Your cases" section from ticket status view? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-25T20:36:32Zhttp://fogbugz.stackexchange.com/feeds/question/1073http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/1073/how-to-remove-your-cases-section-from-ticket-status-viewHow to remove "Your cases" section from ticket status view?adambox2009-12-16T22:41:26Z2012-09-24T09:20:55Z
<p>I'm forwarding emails to FogBugz that customers write to me directly. Since I do it for many customers, if I sent them the <a href="http://fogbugz.stackexchange.com/questions/480/need-to-generate-find-ticketurl-information-for-tickets-which-are-entered-through" rel="nofollow">ticketurl</a>, they can see cases from other customers in the "Your cases section." How do I prevent this?</p>
http://fogbugz.stackexchange.com/questions/1073/how-to-remove-your-cases-section-from-ticket-status-view/1074#1074Answer by adambox for How to remove "Your cases" section from ticket status view?adambox2009-12-16T22:44:51Z2012-09-24T09:20:55Z<p>There are several ways to solve this problem:</p>
<ol>
<li><p>Give out the single-case ticketurl:</p>
<ul>
<li><p><strong>FogBugz 7 - 7.3.4</strong><br>
The normal ticketurl looks something like this: <code>default.asp?1234_o7sjgmmi</code>. "1234" is the case number, the first half (four letters in this example) after the underscore allow access to the case, and the second half allow access to all other cases from that email address. </p>
<p>To remove access to the other cases, you can simply <strong>chop off the last four characters</strong> before sending the URL to the customer.</p></li>
<li><p><strong>FogBugz 7.3.5+</strong><br>
<a href="http://www.fogcreek.com/FogBugz/KB/releaseNotes/WhatsNewInFogBugz7.3.5.html" rel="nofollow">The password portion of the ticketurl is twice as long</a>: <code>default.asp?1234_3q147ahjpkklb0fp</code> To remove access to the other cases, <strong>chop off the last eight characters</strong> before sending the URL to the customer.</p></li>
<li><p><strong>FogBugz 8</strong><br>
Use the new <code>{ticket_singlecase}</code> and <code>{ticketurl_singlecase}</code> placeholders which only use the shorter ticket and will <em>not</em> display the list of cases submitted by the same correspondent.</p></li>
</ul></li>
<li><p>A safer solution, in FogBugz 7+ is to simply <strong>edit the correspondent</strong> of the case. If you change it to the customer's actual email address before sending the URL, they will see only their own cases, not all the cases forwarded by you from your address.</p></li>
<li><p>You can also <a href="http://fogbugz.stackexchange.com/questions/4318/how-do-i-remove-cases-from-the-public-status-page" rel="nofollow">clear the ticket URL directly</a> for a specific case to remove it from the list if you have access.</p></li>
</ol>