Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

New features

...

2.1.0 - 14/Aug/2017

Jira Legacy
serverJIRA (akeles.jira.com)
columnstype,key,summary,status
maximumIssues20
jqlQueryproject = CANNED AND fixversion = 2.1.0 order by key
serverId319f759e-4e60-358c-9b04-dd90ffb22ffc

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.

...

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

Code Block
project = CANNED AND status = Open

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

Code Block
project = CANNED