Scripts which inspired the one I share here:
I have tested this script, but it comes AS IS, without warranties or guarantees, and should be considered buggy until proven otherwise.
Critique and improvements welcomed.
Some points of note:
This probably applies to previous versions of Mingle and other Java related products and projects but don't quote me on that.
FAO ThoughtWorks, I think a Goolgle search box would be a valuable addition to your global navigation. I wasted a lot of time looking for answers, and had to result to an advanced Google search to find useful results. Here is an example search.
Furthermore, the 3.5.1 help docs seem to be missing anything to do with SSL (when I use the top right search box).
What you need to know before reading further aka. prerequisites:
Attached is my config from a Debian squeeze instance.
(This assumes your SSL provider wants >=2048 bit RSA CSR)
I hope this helps someone, and saves a little time.
Two features that I often see users are not aware of, which can speed up navigation of Mingle:
- by searching for a card number with a # (e.g. #454), you will go straight to the card.
- by clicking on the card number on any card view page, you will also go straight to the card.
Little tips like this can make you just that little bit more productive with Mingle!

Hi all
With our Mingle 3.0 release we have added even more "official" Mingle Tips and Tricks to our help. Check out our growing list of helpful hints. And of course, don't forget to share your own tips and tricks here on the community.
Thanks Suzie
Here is an interesting project I have currently been. It's a big program, and the project is divided in several phases and as different projects. The management team would like to see a quality report and we'd like to report all open and close defectds for all projects in one chart.
Please see the attached screenshot to understand the result I created. It uses the 'project' inditifier on the stack-bar-chart.
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-axis from e.g Jan/09 to Feb/10. What I did to solve this problem is to go to the first project and created a fack defect with the 'Date Opened' value equals to Feb 01 2010. In the chart parameters, specify the default project as the first project. And then you got a chart reporting the whole life cycle!


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.) Either way, Mingle will convert your Mingle 2.3 structure to Mingle 3.0 automatically.
I have discovered a few small exceptions that must be fixed by hand. They are:
(1) New Reserved words
Mingle 3 adds new reserved words/phrases, namely 'Created On', 'Modified On' and 'Project". 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 'Created On' it will be renamed 'Created On_1'.
Note that while the property name will change any MQL queries in your reports are not automatically changed to reflect the new name.
(2) Stricter behavior of some charting properties
The data-series chart has many properties, including x-labels-start and x-labels-end. In previous versions of Mingle it was possible to also use 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't look correct in Mingle 3. Add an 's' to each property name and you should be good to go.
(3) The Mingle API
If you have developed any integrations that use Mingle'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 documented here.
--Matt Quagliana | ThoughtWorks Studios