Show "Release Notes" column in Bug listing - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-25T05:50:30Zhttp://fogbugz.stackexchange.com/feeds/question/3481http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listingShow "Release Notes" column in Bug listingnonplus2010-06-29T18:15:58Z2012-09-27T09:59:29Z
<p>The List Cases page allows me to configure which columns are displayed. Alas, the "Release Notes" property isn't one of the available options.</p>
<p>I would like to be able to show a "Release Notes" column in the Bug listing. The column should allow for quick editing of release notes.</p>
<p>Similarly, it would be nice if I could filter based on the presence of release notes (e.g. I'd like to find a list of resolved bugs that do not yet have release notes).</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 FC870287</a></p>
</blockquote>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/3525#3525Answer by John B Walsh for Show "Release Notes" column in Bug listingJohn B Walsh 2010-07-06T13:22:57Z2010-07-06T15:35:01Z<p>Fogbugz makes it easy to view and edit release notes by selecting the Release Notes Report in the Reports drop down menu. There you can choose project, milestone and get all closed cases. Fogbugz then returns a list of cases where you can edit release notes and also see which cases do not have release notes. You can even click on the XML or HTML links to compile the list of the release notes as a single file.</p>
<p>Here is the link for more info on release notes<br>
<a href="http://our.fogbugz.com/help/topics/basics/Releasenotes.html" rel="nofollow">http://our.fogbugz.com/help/topics/basics/Releasenotes.html</a></p>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/3559#3559Answer by adambox for Show "Release Notes" column in Bug listingadambox2010-07-09T14:24:23Z2010-07-09T14:24:23Z<p>I have opened a case to consider this feature for a future release. Please up-vote this <em>question</em> (not this answer) to show your support for adding this feature.</p>
<p>In the meantime, <a href="http://fogbugz.stackexchange.com/questions/2992/how-do-i-go-about-making-my-own-plugin" rel="nofollow">a plugin could be written</a> to add a column to the grid view using the <a href="https://developers.fogbugz.com/default.asp?W35" rel="nofollow">IPluginGridColumn interface</a>.</p>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/4346#4346Answer by Eric Perrone for Show "Release Notes" column in Bug listingEric Perrone2010-09-03T15:02:34Z2010-09-03T15:02:34Z<p>I would like to add my support for this too! we would reallyt like to include release notes in filtering and list of cases.</p>
<p>Thanks
Eric</p>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/8361#8361Answer by Tom for Show "Release Notes" column in Bug listingTom2011-06-01T07:54:01Z2011-06-01T07:54:01Z<p>This feature would also be very helpful for us too.</p>
<p>We use hierarchy extensively, and features that do not use it are almost useless.</p>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/10824#10824Answer by Udo Reuther for Show "Release Notes" column in Bug listingUdo Reuther2012-09-27T09:56:17Z2012-09-27T09:56:17Z<p>Filtering bugs without a release note entry is ... easy: Add a search filter condition:</p>
<pre><code> -ReleaseNotes:"*"
</code></pre>
http://fogbugz.stackexchange.com/questions/3481/show-release-notes-column-in-bug-listing/10825#10825Answer by Udo Reuther for Show "Release Notes" column in Bug listingUdo Reuther2012-09-27T09:59:29Z2012-09-27T09:59:29Z<p>I second this feature request. The guy who collects and edits the release notes has been three or four times in my room, because he needs it:
Some developers write really bad cryptic release notes. My colleague then wants to open the case, read the events and adjust the release notes entry. Therefore he needs a filtered list with a column "release notes".</p>