Release Notes for 2.2.0

Summary



Version2.2.0
Released Date5 June 2018



New Features


Support search in multiple fields with single input.

A Duplicate option is added to copy the value of another field over. This allow users to fill in only once, but search in more than 1 field.

When Duplicate is selected as the Type, you will be able to select the index (#) of the field value to copy over.

For example, as shown below, the value of the reporter field will copy the value of index #2 field, which is the assignee field.


In the gadget, fields selected as Duplicate Type will NOT be displayed.

In this case, the reporter field will not be displayed.

When searched, the input value in the assignee field will be copied over to the reporter field.

For example, if the assignee field value is admin, issues with admin as the assignee or reporter will be listed.

The JQL executed will be (assignee in ("admin") or reporter in ("admin")).


Bugs Fixes


CSS fix for Add button when dropdown type is selected.

When dropdown type is selected for fields with multiple parameters, the add button in the gadget is slightly off / not aligned to the select field.

This has been fixed in this version.


Fixed missing closing bracket.

In previous versions, there will be a missing closing bracket if the JQL contains IN operator with function as parameters.

For example,

assignee in (currentUser())

This has been fixed in this version.


Fixed autocomplete not working for custom fields.

In previous versions, autocomplete does not work for custom fields.

This has been fixed in this version.


CSS fix for Add button for Jira 7.10.

The add button in the gadget is not compatible with Jira 7.10 due to the change in look and feel of Jira.

This has been fixed in this version.


Fixed autocomplete for JQL with membersof().

In previous versions, autocomplete for JQL with membersof returns users, which is NOT a valid value for membersof function.

For example,

assignee in membersof("jira-administrators")

This has been fixed in this version and groups will be returned in the autocomplete.


Issues Resolved


key summary type created updated assignee reporter priority status resolution
Loading...
Refresh