Public Access to Email Cases - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-20T17:27:52Zhttp://fogbugz.stackexchange.com/feeds/question/3345http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/3345/public-access-to-email-casesPublic Access to Email CasesFogBugz FAQ2010-06-14T18:35:01Z2012-08-21T16:28:10Z
<p>I see from the placeholders I can put in snippets and mail auto-replies that there's something called a "ticket". What is that?</p>
http://fogbugz.stackexchange.com/questions/3345/public-access-to-email-cases/3346#3346Answer by Rich Armstrong for Public Access to Email CasesRich Armstrong2010-06-14T18:40:34Z2012-08-21T16:28:10Z<p>The "ticket" for a case is a generated 8-character value, that, when combined with the case number, allows outside users to see certain parts of, and attributes of, their case. It used to be generated only for cases emailed into the system, but is now generated for all cases.</p>
<p>The chance of a random outside user guessing this ticket value is 36 to the power of 8, about 2,821,109,907,456 to 1.</p>
<p>If someone was trying to "brute force" access to a case, you would almost certainly detect the millions of hits on the same case, and we certainly will detect it on our servers (for those folks on <a href="http://try.fogbugz.com" rel="nofollow">FogBugz On Demand</a>).</p>
<p>You can send a customer the ticket url <a href="http://fogbugz.stackexchange.com/questions/480/need-to-generate-find-ticketurl-information-for-tickets-which-are-entered-through" rel="nofollow">using a snippet</a> or show it in a case <a href="http://fogbugz.stackexchange.com/questions/8217/where-do-i-find-the-public-anonymous-access-link-to-a-case" rel="nofollow">using a plugin or bugmonkey script</a>.</p>