Release Notes - version 1.16

Version 1.16.3

Released: September 30, 2015 

Bug

  • [IGRID-3368] - Wiki renderer UI defects

  • [IGRID-3369] - gd.query does not fill data for dependent list in more complex user config

  • [IGRID-3370] - Formula does not work in some grid configurations

 

Version 1.16.2

Released: September 21, 2015

Bug

  • IGRID-3363 - Formula does not work if the col.xyz.name property is specified for the formula column
     

Version 1.16.1

Released: September 7, 2015

Bug

  • IGRID-3333 - Null Pointer when moving issue to type with Table Grid Field

  • IGRID-3335 - Cascading column value used in a formula cannot be saved

  • IGRID-3336 - gd.rownumbers=false breaks custom formatters

  • IGRID-3338 - gd.query does not fill data for a dependent list

  • IGRID-3345 - TGE read request exceeds the maximum URL length 

Improvement

  • IGRID-3340 - The default formatNumber for a summary field (which is calculated) must be 0.00

  • IGRID-3346 - Explanation of the minDisplayRowCount and visiblerows properties is not good enough

  • IGRID-3347 - Allow switching off the default URL processing

  • IGRID-3349 - TGE results in Issue Navigator does not render wiki formatting



Version 1.16.0

released: July 22, 2015

In this version we expand the supported columntypes with 'userlist' and 'datetime', and introduce the wiki renderer.

 

col.xyz.type = datetime

Now you can use time in columns by specifying col.xyz.type = datetime
col.xyz.formatDate has been expanded to support the additional time notation and you can use time
in formulas

 

 

col.xyz.type = userlist

Instead of dealing with the particularities of the JIRA user tables and crafting difficult queries, you have now
the option to  create a dropdown column listing all the users using col.xyz.type = userlist.  This userlist can be
filtered using col.xyz.allow.groups and col.xyz.allow.roles.

col.iassignee = Assignee col.iassignee.type = userlist col.iassignee.allow.groups = scrummasters col.iassignee.allow.roles = developers, administrators col.iassignee.required = true

 

col.xyz.renderer = wiki

 

  • Ever wished to include a issuekey in a text column and have it rendered as a link (just like JIRA does) ?

  • Do you have very complex and long url's which you would like to pretty format

 

Now you can with the col.xyz.renderer property.  Set it to 'wiki' and the richness of the JIRA wiki editor is at 
your hands (and your users)

 

Spanish translation

Thanks to our friends at Deiser the add-on is now supporting Spanish
Muchas gracias !!

 (If you want us to support other languages - just let us know - send an email to support.tge@idalko.com)

 

 Bug fixes

  • IGRID-3253 - warn when one of the operands of a formula is null

  • IGRID-3255 - Creating configuration with static row fails when using gd.query.columns

  • IGRID-3260 - Formatnumber feature has an impact on Grid performance

  • IGRID-3291 - Collapsed grid when residing on new tab

  • IGRID-3293 - Warning during navigation from inline editing to another page

  • IGRID-3294 - Absent Confirm popup after adding new row and trying to leave Create Issue page

  • IGRID-3299 - Summary is rounded down to 2 figures after comma

  • IGRID-3321 - attachments linked to an issue cannot be viewed through the wiki