Recent Posts by aleak

Subscribe to Recent Posts by aleak 2 post(s) found

Apr 22, 2008
Avatar aleak 2 post(s) #1322

Topic: Mingle General Discussion / Color and Sort using Tree Properties

In my app I have two trees:

  • Iteration > Story (Story gets an ‘inherited’ property ‘Iteration’)
  • Category > Story (Story gets an ‘inherited’ property ‘Category’)

Using the grid view, I can group stories by Iteration and Category, as well as other ‘hardcoded’ properties.

But I cannot figure out how to ‘Color and Sort’ by Iteration and Category. (it works with ‘hardcoded’ properties’

Is there a way to ‘Color and Sort’ using inherited properties like Iteration and Category??

 
Apr 22, 2008
Avatar aleak 2 post(s) #1320

Topic: Mingle General Discussion / Mingle 2.0 - MQL Query Syntax

I have set a project variable ‘Current Iteration’ to point to my currently active “Iteration Card”. I would like to display the name of the current iteration on a wiki page.

In the wiki editor, I enter: Current iteration: {{ value query: SELECT Name WHERE Name = (‘Current Iteration’) }}

On the wiki page, I expect too see: Current iteration: Iteration 2

Instead on the wiki page, I see: Current iteration: 0

Can anyone help me with this??
Thanks, Andy