Release Notes - version 1.15

Version 1.15.2

 Released: June 19, 2015

A fix for a case where the instance has more than 1500 customfields.

  •  IGRID-3296 - Creating originId customfields takes ages when instance has a lot of custom fields

Version 1.15.1

Rekeased; May 22, 2015

We found out pretty quickly we overlooked a problem where a navigation confirmation dialog box 
was popped up, even when nothing changed.

 

  • IGRID-3292 - Illegal confirm navigation pop up due to table grid 

 

Version 1.15.0

released: May 22, 2015

I can't believe it is almost June, but here it is, at last, our newest release of the table grid editor
containing a couple of most demanded features by our customers.



Enhanced Grid History

From now on, find out who changed what in which grid.  At last we cracked this nut to provide an enhanced
change history.  Before we had in the change history the totally uninformal 'Grid has changed'  message.
This is still there, but if you turn the property gd.insertChangeComments to true, you will get a full detail in  
the comments.



And yes, you can disable sending emails when these changes are sent.  Just set the gd.insertChangeComments
to 'nomail'





Horizontal scroll bar support

Ever seen an oversized person in a too narrow airplane chair.  This is what you get, when you try to 
squeeze 20 columns into a small space   Totally unreadable





Until now the add-on was trying to fit all the columns in the area provided by JIRA, which was
a noble goal.  



By setting gd.fitcolumns to false, things get a bit relaxed.




 

 

Hide these columns, but not always !

Ever wanted to hide a column in view mode, but still allow your users to allow edit some fields in the popup ?
Check out col.xyz.hidemode.

 Now you can choose in what mode, fields need to be hidden

  • Always

  • When viewing a grid

  • When editing a grid

  • When viewing it full screen

  • When editing it full screen

  • or any combination



So, if you want to edit the column but hide it when viewing the table, just use the hidemode as follows



... col.lastname = Last Name col.lastname.type = string col.lastname.hidden = false col.lastname.width = 150   # # Address is hidden when in view mode # col.address = Address col.address.type = textarea col.address.hidden = true col.address.hidemode = view | view_fullscreen col.address.rows = 5 col.address.cols = 80 ...









issue values has now currentuser 



With gd.query you can build up the grid.  Check the grid reload page for more details.
These queries can be paramterized using plenty of options such as custom field values and issue values. One of the 
missing issue field value was the current user, but thats resolved now.



The addon supports now currentuser:id,  currentuser:fullname, currentuser:email, currentuser:emaildomain



Dropped support for JIRA 5.0, JIRA 5.1 and JIRA 5.2

Given that Atlassian doesn't support JIRA 5.0, 5.1 and 5.2 we decided to also drop this from our validation
cycles. 

Bug

And of course a couple of bug fixes 

  • IGRID-2778 - Font in dropdown list is not the same

  • IGRID-3228 - Case-insensitive property values should be case-insensitive

  • IGRID-3229 - Grid validation should bring up an error if a datasource by name is not found

  • IGRID-3259 - TGE blocks the unload pop-up

  • IGRID-3265 - Excessive logging of index creation