<?xml version="1.0"?><rss version="2.0"><channel><title>Mingle &gt; Feature Requests</title><link>http://community.thoughtworks.com/hives/734b55f795</link><description>Use this forum to post things that you would like to see in future versions of Mingle</description><language>en-us</language><copyright>Copyright 2006, HiveLive Inc.</copyright><pubDate>Thu, 02 Feb 2012 16:52:03 +0000</pubDate><lastBuildDate>Thu, 02 Feb 2012 16:52:03 +0000</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Filter: Card Name string search (1 Comment)</title><link>http://community.thoughtworks.com/posts/41a51d5b81</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/05b5e78da3&quot;&gt;Adrian Wible&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;As a Mingle user, I’d like to be able to filter my stories with a mechanism that uses string search on the card name so that I can easily operate on similarly named stories. For example – say I have 100 stories that all have the word “California” in the name. I decide that, for reporting purposes, I want to tag them, or add them to a new “California” feature within the feature tree. It is not possible to filter by string search currently. I would be satisfied with simply having MQL functionality akin to SQL’s “LIKE” that I can use against a card name within the Advanced Filter tab. I know that I can currently do a search on the word I’m concerned about, but I cannot operate in bulk on those returned cards; I must click each one individually to do what I need to do.</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/41a51d5b81</guid><pubDate>Tue, 02 Dec 2008 01:24:43 +0000</pubDate></item><item><title>Ability to do a MQL query based a field containing a sub-string (1 Comment)</title><link>http://community.thoughtworks.com/posts/7c1f7c2463</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/b10940003f&quot;&gt;Chad&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;We&apos;d like to select cards based on a SQL-like &quot;contains&quot; approach so we can grab groups of cards based on some common sub-string that is contained in a field.&lt;/p&gt;
&lt;p&gt;&lt;span class=&quot;Apple-style-span&quot;&gt;SELECT &apos;iteration&apos;, count(*) WHERE &apos;story status&apos; contains &apos;open&apos;&lt;/span&gt;&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/7c1f7c2463</guid><pubDate>Thu, 13 Oct 2011 20:33:58 +0000</pubDate></item><item><title>Multiple git repositories per project (2 Comments)</title><link>http://community.thoughtworks.com/posts/4c8d82cded</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/57552e8f66&quot;&gt;johnny&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;In one of our projects we work against several git repositories. It would be great if we could add more than one git repository in the project repository settings.&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/4c8d82cded</guid><pubDate>Wed, 07 Sep 2011 13:54:46 +0000</pubDate></item><item><title>[candidate] Pie chart colors based on reporting color or configurable (4 Comments)</title><link>http://community.thoughtworks.com/posts/90058b831f</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/8be6347651&quot;&gt;ibrandt&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;We have a “Story” card type with a “Story Type” property. The Story Type property is a managed text list of “User Story”, “Refactoring” and “Defect”, with assigned Reporting colors of green, yellow and red respectively. The color choice is meant to call attention to Refactorings and Defects, in particular if we have an inordinate amount of them on a regular basis. To further comprehend this data we’ve added a pie chart to the Overview page as follows: {{ pie-chart data: SELECT &apos;Story Type&apos;, Count(*) WHERE Type = Story }} The issue is the colors for the pie slices are a canned bright red for user stories, and bright green for defects—exactly the opposite of what we wanted. It would be nice if the pie colors for charts made over a property with assigned Reporting colors used those colors. Also perhaps a parameter syntax similar to the “series” of data-series-chart could be introduced that would allow further customization… {{ pie-chart data: SELECT &apos;Story Type&apos;, Count(*) WHERE Type = Story sectors: - data-point: User Story label: Stories color: green - data-point: Refactoring label: Refactorings color: yellow - data-point: Defect label: Bugs color: #990000 }} A property value not caught by the sector declarations could revert to the existing behavior of auto picking a color.</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/90058b831f</guid><pubDate>Tue, 20 May 2008 05:02:38 +0000</pubDate></item><item><title>Ability to copy a card within a project</title><link>http://community.thoughtworks.com/posts/9e17cc13bc</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/cc60830b34&quot;&gt;Vishpala&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;Copy card functionality while viewing a card on card details screen.&lt;/li&gt;
&lt;li&gt;Copy card functionality in graphical manner; through grid view&lt;/li&gt;
&lt;/ol&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/9e17cc13bc</guid><pubDate>Wed, 25 Jan 2012 10:31:45 +0000</pubDate></item><item><title>Configurable Pagination for List View (15 Comments)</title><link>http://community.thoughtworks.com/posts/7f2ca4b3d9</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/02b9dcf40a&quot;&gt;Anshul Garg&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Currently, the list view is restricted to 25 cards per page (and the number is not configurable). Is it possible to make this number configurable. Also there should be an option to list all the cards.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Anshul&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/7f2ca4b3d9</guid><pubDate>Sat, 05 Mar 2011 00:11:06 +0000</pubDate></item><item><title>Enhance card description to allow pasting of images</title><link>http://community.thoughtworks.com/posts/0b21972186</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/4c34891486&quot;&gt;Mike G.&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;I&apos;d like to have the ability to past images into my cards. Like this forum allows (I use jing to capture and copy to clipboard, and hit ctrl+v here to past the below)..&amp;nbsp; It is much quicker than saving an image and uploading, etc.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;regards,&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/0b21972186</guid><pubDate>Thu, 12 Jan 2012 14:21:25 +0000</pubDate></item><item><title>[Candidate] Url Property Type? (3 Comments)</title><link>http://community.thoughtworks.com/posts/3661e0ef29</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/b833d68169&quot;&gt;Adam Elsworth&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&apos;m wanting to store a url in a property, currently i&apos;m using an &apos;Allow any text&apos; property type, however you can not click on the url and redirect the user to the set url, when you click on the url the property goes into edit mode.&lt;/p&gt;
&lt;p&gt;Is it possible to specify a url as a property value and have it act as a link? If its not, this would be a nice feature to add.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/3661e0ef29</guid><pubDate>Thu, 14 May 2009 01:18:05 +0000</pubDate></item><item><title>Ideal velocity line (9 Comments)</title><link>http://community.thoughtworks.com/posts/b8f1d290de</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/15c9d6408d&quot;&gt;Lisa&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;br /&gt;
Is there any possibility that an ideal velocity line will be a part of the next Mingle release? &amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;(This is a link to my original post &lt;a href=&quot;/posts/f65bd3888a&quot;&gt;http://community.thoughtworks.com/posts/f65bd3888a&lt;/a&gt; rather then adding the same info twice.)&lt;br /&gt;
/Lisa – saying &quot;please, please&quot;&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/b8f1d290de</guid><pubDate>Mon, 24 Jan 2011 06:54:41 +0000</pubDate></item><item><title>Sort-by descending in grid view (7 Comments)</title><link>http://community.thoughtworks.com/posts/cc682e4477</link><description>&lt;p&gt;&lt;em&gt;Post by &lt;a href=&quot;http://community.thoughtworks.com/people/15c9d6408d&quot;&gt;Lisa&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hi,&lt;br /&gt;
I wonder if anybody managed to get a grid view sorted-by a priority property?&lt;/p&gt;
&lt;p&gt;If you use the list view it is possible to sort ascending/descending but how do you do this in a grid? If you do not want to use ranking and drag-and-drop that is? The normal Mingle behaviour is sort-by ascending…&lt;br /&gt;
/Lisa&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/cc682e4477</guid><pubDate>Wed, 08 Jun 2011 12:05:14 +0000</pubDate></item></channel></rss>
