<?xml version="1.0"?><rss version="2.0"><channel><title>Mingle &gt; Tips and Tricks</title><link>http://community.thoughtworks.com/hives/f040753be4</link><description>Mingle Tips and Tricks</description><language>en-us</language><copyright>Copyright 2006, HiveLive Inc.</copyright><pubDate>Mon, 21 Nov 2011 05:48:30 +0000</pubDate><lastBuildDate>Mon, 21 Nov 2011 05:48:30 +0000</lastBuildDate><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Two simple navigation tips for Mingle</title><link>http://community.thoughtworks.com/posts/e6763164ec</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/2ca740354e&quot;&gt;Gareth Sutton&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Two features that I often see users are not aware of, which can speed up navigation of Mingle:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- by searching for a card number with a # (e.g. #454), you will go straight to the card.&lt;/p&gt;
&lt;p&gt;- by clicking on the card number on any card view page, you will also go straight to the card.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Little tips like this can make you just that little bit more productive with Mingle!&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/e6763164ec</guid><pubDate>Mon, 21 Nov 2011 05:48:30 +0000</pubDate></item><item><title>How to change the Mingle look and feel? (3 Comments)</title><link>http://community.thoughtworks.com/posts/e0b2d22a44</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/b7fa84d212&quot;&gt;Suzie Prince&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Checkout &lt;a title=&quot;http://community.thoughtworks.com/posts/2bc3c1046f&quot; href=&quot;/posts/2bc3c1046f&quot;&gt;this post&lt;/a&gt; to change your Mingle look and feel.&amp;nbsp;&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/e0b2d22a44</guid><pubDate>Fri, 20 Nov 2009 01:33:30 +0000</pubDate></item><item><title>Selecting values from THIS CARD (6 Comments)</title><link>http://community.thoughtworks.com/posts/e69cb8e5fd</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/babbf5ce28&quot;&gt;Matt Quagliana&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;There are times when it would be handy to select values from THIS CARD. However, you can&apos;t simply execute {{value query:&amp;nbsp; SELECT Iteration FROM THIS CARD}}&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;I&apos;ve been thinking about this for a while and have arrived at a (somewhat roundabout) technique for querying values from the current card. The technique makes use of a property of type Card that points to itself. Here are the steps:&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Create a property called &quot;Card&quot; of type Card.&lt;/li&gt;
&lt;li&gt;For each card, set &quot;Card&quot; to itself. (See below).&lt;/li&gt;
&lt;li&gt;Now you can write a MQL query that interrogates the current card. For example, on a Story card you might have:&lt;/li&gt;
&lt;/ol&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;{{value query: SELECT Iteration WHERE Card = THIS CARD}}&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&lt;strong&gt;This returns a link to the parent card.&lt;/strong&gt;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;So... how do you set the value of the &quot;Card&quot; property? The easiest way is to do it in bulk via Excel:&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Export all relevant cards to Excel.&lt;/li&gt;
&lt;li&gt;Delete all columns except Number and Card.&lt;/li&gt;
&lt;li&gt;Copy the Number values into the Card column.&lt;/li&gt;
&lt;li&gt;Use &quot;Format Cells&quot; to apply the format &quot;#&quot;0 to the Card column.&lt;/li&gt;
&lt;li&gt;Import the Number and Card values back into Mingle. (This will update the existing cards.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;Of course, the one catch here is that you have to set the value of &quot;Card&quot; for any new cards created. (Or rig an API tool that will do this automatically for every new card.)&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;There are several applications for this, including&lt;/p&gt;
&lt;p style=&quot;margin:0px 0px 0px 0px;font:12px Helvetica;&quot;&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Write a query that returns THIS CARD&apos;s parent (see example above)&lt;/li&gt;
&lt;li&gt;Write a query that displays hidden property values from the card.&lt;/li&gt;
&lt;/ul&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/e69cb8e5fd</guid><pubDate>Thu, 16 Jul 2009 04:03:15 +0000</pubDate></item><item><title>Printing a Mingle card wall (using Firefox) (2 Comments)</title><link>http://community.thoughtworks.com/posts/347af1af0c</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/a0942f2e1b&quot;&gt;Jen Marley&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;ol&gt;
&lt;li&gt;Download and install the Firefox plugin &lt;a title=&quot;Abduction!&quot; href=&quot;https://addons.mozilla.org/en-US/firefox/addon/3408&quot; target=&quot;_blank&quot;&gt;Abduction&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Open the Mingle card wall that you wish to print.&lt;/li&gt;
&lt;li&gt;Right-click and select the option &apos;Save Page as Image...&apos;&lt;/li&gt;
&lt;li&gt;Use your mouse to select the portion of the card wall that you wish to print.&lt;/li&gt;
&lt;li&gt;Click &apos;Enter&apos; and save the image of your card wall as a .png file.&lt;/li&gt;
&lt;li&gt;Print your image using a plotter or regular printer.&lt;/li&gt;
&lt;/ol&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/347af1af0c</guid><pubDate>Tue, 01 Dec 2009 02:31:45 +0000</pubDate></item><item><title>More Mingle Tips and Tricks available</title><link>http://community.thoughtworks.com/posts/a2ba7b4cd1</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/b7fa84d212&quot;&gt;Suzie Prince&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;With our Mingle 3.0 release we have added even more &quot;official&quot; Mingle Tips and Tricks to our help. &lt;a title=&quot;Mingle Tips and Tricks&quot; href=&quot;http://www.thoughtworks-studios.com/mingle/3.0/help/mingle_tips_and_tricks.html&quot;&gt;Check out our growing list of helpful hints.&lt;/a&gt; And of course, don&apos;t forget to share your own tips and tricks here on the community.&lt;/p&gt;
&lt;p&gt;Thanks Suzie&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/a2ba7b4cd1</guid><pubDate>Fri, 08 Jan 2010 20:13:51 +0000</pubDate></item><item><title>Program Level/Multi-projects reporting of quality</title><link>http://community.thoughtworks.com/posts/1950c8de75</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/2bdf537bd2&quot;&gt;limo&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;h3&gt;Tip Description&lt;/h3&gt;&lt;p&gt;Here is an interesting project I have currently been.&amp;nbsp;&amp;nbsp; It&apos;s a big program, and the project is divided in several phases and as different projects.&amp;nbsp; The management team would like to see a quality report and we&apos;d like to report all open and close defectds for all projects in one chart.&lt;/p&gt;
&lt;p&gt;Please see the attached screenshot to understand the result I created. It uses the &apos;project&apos; inditifier on the stack-bar-chart.&lt;/p&gt;
&lt;p&gt;However, The trick here is, since there is no project last from the very beginning till now, it is not feasible to show the x-&lt;span class=&quot;dct-tt&quot;&gt;axis&lt;/span&gt; &lt;span class=&quot;dct-tp&quot;&gt;from e.g Jan/09 to Feb/10.&amp;nbsp; What I did to solve this problem is to go to the first project and created a fack defect with the &apos;Date Opened&apos; value equals to Feb 01 2010. In the chart parameters, specify the default project as the first project.&amp;nbsp; And then you got a chart reporting the whole life cycle!&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;Screenshot&lt;/h3&gt;&lt;img src=&quot;http://community.thoughtworks.com/files/4f982d6243/stack-bar-chart.png&quot; alt=&quot;&quot; width = &apos;470&apos; height = &apos;162&apos;  class =&quot;dynImage maxSize_1280x441&quot; /&gt;&lt;h3&gt;Code Sample&lt;/h3&gt;&lt;div style=&quot;width:100%;&quot;&gt;&lt;textarea class=&quot;HL_Form-InputStyle_Full&quot; readonly=&quot;readonly&quot; spellcheck=&quot;false&quot; rows=&quot;40&quot;&gt;{{
  stack&amp;#45;bar&amp;#45;chart
    conditions: &amp;#39;Type&amp;#39; = &amp;#39;Defect&amp;#39;
    labels: SELECT DISTINCT &amp;#39;Date Reported&amp;#39; ORDER BY &amp;#39;Date Reported&amp;#39;
    cumulative: false
    x&amp;#45;labels&amp;#45;start: 01 Jan 2009
    x&amp;#45;labels&amp;#45;end: 01 Feb 2010
    x&amp;#45;labels&amp;#45;step: 1
    chart&amp;#45;height: 500
    chart&amp;#45;width: 1450
    plot&amp;#45;height: 375
    plot&amp;#45;width: 1300
    project: project_one
    
    series:
    &amp;#45; label: &amp;#39;DND&amp;#39;
      color: red
      type: bar
      data: SELECT &amp;#39;Date Reported&amp;#39;, COUNT&amp;#40;*&amp;#41; WHERE NOT &amp;#39;Date Reported&amp;#39; = NULL
      combine: overlay&amp;#45;bottom
      project: project_two

    &amp;#45; label: &amp;#39;Runway&amp;#39;
      color: green
      type: bar
      data: SELECT &amp;#39;Date Reported&amp;#39;, COUNT&amp;#40;*&amp;#41; WHERE NOT &amp;#39;Date Reported&amp;#39; = NULL
      combine: overlay&amp;#45;bottom
      project: project_three

    &amp;#45; label: &amp;#39;The Worm&amp;#39;
      color: blue
      type: bar
      data: SELECT &amp;#39;Date Reported&amp;#39;, COUNT&amp;#40;*&amp;#41; WHERE NOT &amp;#39;Date Reported&amp;#39; = NULL
      combine: overlay&amp;#45;bottom
      project: project_four

    &amp;#45; label: &amp;#39;Wild turkey&amp;#39;
      color: yellow
      type: bar
      data: SELECT &amp;#39;Date Reported&amp;#39;, COUNT&amp;#40;*&amp;#41; WHERE NOT &amp;#39;Date Reported&amp;#39; = NULL
      combine: overlay&amp;#45;bottom
      project: project_one

}}&lt;/textarea&gt;&lt;/div&gt;</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/1950c8de75</guid><pubDate>Thu, 07 Jan 2010 21:51:15 +0000</pubDate></item><item><title>Migrating Projects from Mingle 2.3 to Mingle 3.0 (1 Comment)</title><link>http://community.thoughtworks.com/posts/88d8a10d14</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/babbf5ce28&quot;&gt;Matt Quagliana&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;For the most part, migrating a Mingle 2.3 project to Mingle 3.0 is simple and automatic. You can export the project from the Mingle 2.3 server and import it to a Mingle 3 server. Or you can upgrade your Mingle 2.3 server to Mingle 3 (after you back up per the instructions, of course.)&amp;nbsp;Either way, Mingle will convert your Mingle 2.3 structure to Mingle 3.0 automatically.&lt;/p&gt;
&lt;p&gt;I have discovered a few small exceptions that must be fixed by hand. They are:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(1) New Reserved words&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Mingle 3 adds new reserved words/phrases, namely &apos;Created On&apos;, &apos;Modified On&apos; and &apos;Project&quot;. Essentially, these are new built-in properties on every card. If your projects have any properties (including tree properties) that conflicts with one of these, that property name will be changed. If you have a property called &apos;Created On&apos; it will be renamed &apos;Created On_1&apos;.&lt;/p&gt;
&lt;p&gt;Note that while the property name will change any MQL queries in your reports are not automatically changed to reflect the new name.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(2) Stricter behavior of some charting properties&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The data-series chart has many properties, including x-label&lt;strong&gt;s&lt;/strong&gt;-start and x-label&lt;strong&gt;s&lt;/strong&gt;-end. In previous versions of Mingle it was possible to also use&amp;nbsp;x-label-start and x-label-end. This behavior was not documented and should have caused an error. So if you used x-label-start/end you data series chart probably won&apos;t look correct in Mingle 3. Add an &apos;s&apos; to each property name and you should be good to go.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;(3) The Mingle API&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;If you have developed any integrations that use Mingle&apos;s RESTful API you will have to make at least one small change for your code to work with Mingle 3.0. That change is &lt;a title=&quot;documented here.&quot; href=&quot;http://community.thoughtworks.com/posts/bbb9b3ffc1&quot; target=&quot;_blank&quot;&gt;documented here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;--Matt Quagliana | ThoughtWorks Studios&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/88d8a10d14</guid><pubDate>Wed, 23 Dec 2009 02:32:08 +0000</pubDate></item><item><title>Read Mingle help documents offline (1 Comment)</title><link>http://community.thoughtworks.com/posts/a2549e1432</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/2bdf537bd2&quot;&gt;limo&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;By default, Mingle packages with all the help icons linked to the studio website, which is great since if the documents has been updated, you can get the latest information.&amp;nbsp; However, in case if your network is limited to access internet, you may have to read the documents locally.&lt;/p&gt;
&lt;p&gt;Here is the way.&lt;/p&gt;
&lt;p&gt;1. Get to the Mingle installation folder on your server, e.g. on my mac it is /Applications/Mingle_2_2/Contents/Resources/app/&lt;/p&gt;
&lt;p&gt;2. Open the file at &amp;lt;mingle_root&amp;gt;/config/initializers/document.rb&lt;/p&gt;
&lt;p&gt;3. Change the line of the parameter to the following, or any domain that your Mingle is using&lt;/p&gt;
&lt;p&gt;ONLINE_HELP_DOC_DOMAIN = &apos;http://servername:8080&apos;&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/a2549e1432</guid><pubDate>Thu, 05 Mar 2009 17:00:55 +0000</pubDate></item><item><title>How to escape from a card linking</title><link>http://community.thoughtworks.com/posts/32fb201164</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/1b5e89e4cb&quot;&gt;Bonna Choi&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;p&gt;If any texts are written in a form of &apos;project card keyword + integer&apos; on a card/page in Mingle - e.g. card 1 or #1 - it automatically becomes a link to a card regardsless you want it or not - e.g. &lt;span style=&quot;text-decoration:underline;&quot;&gt;card 1&lt;/span&gt; or &lt;span style=&quot;text-decoration:underline;&quot;&gt;#1&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;If you ever want to escape from it, you can do so in Mingle 3.0. Try -&lt;/p&gt;
&lt;p&gt;&amp;lt;escape&amp;gt;card 1&amp;lt;/escape&amp;gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&amp;lt;escape&amp;gt;#1&amp;lt;/escape&amp;gt;&lt;/p&gt;
&lt;p&gt;Then it will not be rendered as a link and will be shown as a normal text.&lt;/p&gt;
</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/32fb201164</guid><pubDate>Tue, 08 Dec 2009 08:02:30 +0000</pubDate></item><item><title>Using MQL to filter a list by comparing two property values</title><link>http://community.thoughtworks.com/posts/166249dec7</link><description>&lt;p&gt;&lt;em&gt;Mingle Tip by &lt;a href=&quot;http://community.thoughtworks.com/people/6c5e774bf6&quot;&gt;Andy Yates&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;&lt;h3&gt;Tip Description&lt;/h3&gt;&lt;p&gt;I have two date properties on my story cards - &apos;Target Completion Date&apos; - when I initially intended to get this work finished - and &apos;Estimated Completion Date&apos; - when I currently think this might be complete.&lt;/p&gt;
&lt;p&gt;I&apos;d like to get a list of all of the cards where the &apos;Estimated Completion Date&apos; is after the &apos;Target Completion Date&apos;.&lt;/p&gt;
&lt;p&gt;I can do this, using the MQL conditions in the Advanced Filter. &amp;nbsp;Note that I need to use the PROPERTY keyword in front of the second property being compared.&lt;/p&gt;
&lt;h3&gt;Screenshot&lt;/h3&gt;&lt;img src=&quot;http://community.thoughtworks.com/files/6841068d35/Picture_3.png&quot; alt=&quot;&quot; width = &apos;470&apos; height = &apos;207&apos;  class =&quot;dynImage maxSize_1280x564&quot; /&gt;&lt;h3&gt;Code Sample&lt;/h3&gt;&lt;div style=&quot;width:100%;&quot;&gt;&lt;textarea class=&quot;HL_Form-InputStyle_Full&quot; readonly=&quot;readonly&quot; spellcheck=&quot;false&quot; rows=&quot;4&quot;&gt;TYPE = &amp;#39;Story&amp;#39; AND 
&amp;#39;Estimated Completion Date&amp;#39; &amp;gt; PROPERTY &amp;#39;Target Completion Date&amp;#39;&lt;/textarea&gt;&lt;/div&gt;</description><guid isPermaLink="true">http://community.thoughtworks.com/posts/166249dec7</guid><pubDate>Thu, 30 Jul 2009 15:28:56 +0000</pubDate></item></channel></rss>
