Release Notes for 2.1.0

2.1.0 - 14/Aug/2017

type key summary status
Loading...
Refresh

New features

Project Context Search

The search at the project sidebar allows searching within the current selected project context.

Searching

Users will be redirected to the issue navigator.

If search term is empty, it will list all issues of the current selected project.

Else, it will list issues of the current selected project matching the search term.

No value option for dropdown

We have added a "blank" option to the dropdown field. This allows the user to ignore that field for the search.

For example, the canned filter below is specified with status field set as a dropdown

project = CANNED AND status = Open

If the user does not choose a value for the status dropdown field, it will execute the JQL 

project = CANNED