Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

JIRA Suite Utilities 1.4.10 Release Notes

13th February 2015

Our team is happy to announce the release of JIRA Suite Utilities 1.4.10. This new release is compatible with JIRA 6.3.x and has exclusively been adapted and tested for these versions. You may download this version on Marketplace or get the tagged source code on github

New in this release

Custom Fields

  • JSUTIL-129 - Google Map Directions CLOSED 
    New custom field "Directions" (using Google Maps).
  • JSUTIL-235 - GPS coordinates entered in Location Text field display at wrong location CLOSED 
    Location Field and Select support GPS coordinates.
  • JSUTIL-65 - Time in Source Status CLOSED 
    Time in Source Status as a custom field. 'Experimental' at the moment - disabled by default.

Validators

  • JSUTIL-17 - Value Field Condition - Date fields are missing from the field selection drop-down CLOSED 
    "Value Field Condition" supports date fields.
  • JSUTIL-229 - Value Field Validator should also handle select fields. CLOSED 
    "Regular Expression Check" supports select list, radio button and multi select fields.
  • JSUTIL-160 - Fields Required validator broken when custom field context limits project/issue access CLOSED 
    "Field Required Validator" is now configurable to take into account or ignore field contexts.
  • JSUTIL-233 - Field Required: Time Spent validator "broken" after upgrade CLOSED 
    "Field Required Validator" supports also "Σ Time Spent", which will check existing "Time spent" entries (not only on transition screen).
  • JSUTIL-242 - Cannot use Label field as required field CLOSED 
    "Field Required Validator" supports labels.

Post Functions

  • JSUTIL-25 - Copy Value From Other Field Post Function - Copy fails for some data type conversions CLOSED 
    "Copy Value From Other Field Post Function" has some information about the field types in the configuration screen.
  • JSUTIL-236 - Copy Value From Other Field should also copy from Multi User Picker to Watchers CLOSED ,JSUTIL-262 - Copy Watchers from Parent fails on post function - see log REOPENED 
    "Copy Value From Other Field Post Function" supports watchers.
  • JSUTIL-244 - add component(s) to the Source Field in "Add Parameters To Function" section CLOSED 
    "Copy Value From Other Field Post Function" supports components.
  • JSUTIL-257 - Copy field from Parent is not working for labels CLOSED 
    "Copy Value From Other Field Post Function" supports labels.
  • JSUTIL-202 - Option to append an entry to 'Update Issue Custom Field' transition CLOSED , JSUTIL-222 - Ability to set multiple values on a multi select field CLOSED ,JSUTIL-201 - Ability to set/unset values from a Multi Select custom field OPEN 
    "Update Issue Custom Field" can also append values (instead of overwriting existing values).
  • JSUTIL-239 - Field "Labels" is not cleared with the postfunction option "Clear Field Value" CLOSED 
    "Clear Field Value" supports labels.

Others

  • JSUTIL-254 - JSU marked as incompatible on Data Center CLOSED 
    Marked as data center compatible (JSU always was data center compatible).
  • JSUTIL-263 - Update use of componentmanager to use componentaccessor CLOSED 
    JIRA API changes.
  • Java 8 tested

Fixed in this release

  • JSUTIL-237 - Copy Value From Other Field fails for cascading selects REOPENED 
    "Copy Value From Other Field Post Function" copy cascading select from parent.