Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel1
stylenone

About

Zephyr allows you to quickly search for data across multiple projects and releases both in Quick and Advanced search modes. The Search button can be found on the Requirements, Test Repository and Test Execution pages in the top-right corner of Zephyr’s window:

Clicking the button opens the Search view where you can either enter some text to quickly find some items, or use a ZQL query to perform advanced search. Once you find the items, you can open them for editing or simply export the results by clicking Export (see Custom Export Report Wizard for more information):

In both Quick and Advanced modes, you can choose to search for items in the current release only by selecting the In this release check box.

Quick Search

In this mode, Zephyr searches across requirements, testcases or executions by the keyword, string, or phrase you have entered in the search field:

Advanced Search

In this mode, you use the Zephyr Query Language (ZQL) to build a complex query that consists of simple elements strung together. The search box allows auto-completion making it really easy to construct a query. You can place the cursor in the search box and press the space bar on your keyboard to view a list of available fields, operators, keywords and values.

For example, if you are looking for all the failed tests in the Sample Project, you can enter the following query:

project = "Sample Project" and status = "Fail"

where project and status are fields, and Sample Project and Fail are the values joined together by the keyword and:

Please refer to the ZQL Reference below for a list of all possible fields, operators and keywords.

Save filters

When you click Go to start the search, the Save Filter button becomes active. You can use it to save filters for later use:

To save the current filter:

  1. Click the Save Filter button.

  2. In the subsequent dialog, specify a name and description for your filter and click Save:

    Image RemovedImage Added

Zephyr will save the specified query and you will be able to reuse this filter later. This way you can save any number of filters and reuse them when needed.

The currently selected filter is shown on the right. To view a list of saved filters, click the down arrow button next to the filter name:

To clear the filter, click (blue star) next to the the filter name.

If you want to update the filter, click Save Filter again.

If you want to save another filter with a different name, do the following:

  1. Click the down arrow button on the Save Filter button and click Save Filter As:

    Image RemovedImage Added

  2. In the subsequent dialog, specify a name and description for the filter and click Save:

    Image RemovedImage Added

Export results

You can export the found results as a custom report. To do that, select the needed items and click Export:

For more information on this, see Custom Export Report Wizard.

Search re-indexing

Sometimes, you may not find the results you are looking for even though you are sure the data exists in Zephyr. In this case, the administrator should perform search re-indexing.

Search on Custom Fields

You can search on custom fields in Advanced mode, provided that the fields have been marked as Searchable when creating custom fields for both testcases and requirements. It is important to note that search terms cannot have spaces in them nor can custom fields use the name of a reserved field or be a duplicate of an existing field.

ZQL Reference

ZQL is a simple structured query language that allows you to string together the right fields to search on with values, using the appropriate operators and keywords. The search box allows auto-completion making it really easy to construct a query. You can place the cursor in the search box and press the space bar on your keyboard to view a list of fieldsoperatorskeywords and values.
 For example, if you are looking for all the failed tests in the Sample Project, you can enter the following query:

project = "Sample Project" and status = "Fail"

where project and status are fields, and Sample Project and Fail are the values joined together by the keyword and:

Below is a list of fields and operators you can use in ZQL queries:

Requirements

Test Cases

Test Executions

Field

Operators

Field

Operators

Field

Operators

altId

is
is not
!~
~

testcaseId

in
=
!=

testcaseId

in
=
!=

creator

in
=
!=

estimatedTime

is
is not
=
!=

notes

is
is not
~
!~

details

is
is not
!~
~

creator

in
=
!=

release

in
=
!=

release

in
=
!=

release

in
=
!=

project

in
=
!=

project

in
=
!=

project

in
=
!=

cycle

in
=
!=

id

is
is not
!~
~

priority

is
is not
in
=
!=

tag

is
is not
in
=
!=

name

~
!~

altId

is
is not
!~
~

executedBy

is
is not
in
=
!=

url

is
is not
!~
~

version

in
=
!=

estimatedTime

is
is not
=
!=

priority

is
is not
in
=
!=

versionId

in
=
!=

actualtime

is
is not
=
!=

CustomField - Text

is
is not
!~
~

automated

=
!=

creator

in
=
!=

CustomField - LongText

is
is not
!~
~

folder

in
=
!=

priority

is
is not
in
=
!=

CustomField - checkbox

in
=
!=

contents

!~
~

altId

is
is not
~
!~

CustomField - Picklist

is
is not
in
=
!=

name

!~
~

version

in
=
!=

CustomField - Number

in
=
!=

comment

is
is not
!~
~

versionId

in
=
!=

tag

is
is not
in
=
!=

automated

=
!=

CustomField - Text

is
is not
!~
~

folder

in
=
!=

CustomField - LongText

is
is not
!~
~

contents

!~
~

CustomField - checkbox

in
=
!=

name

!~
~

CustomField - Picklist

is
is not
in
=
!=

comment

is
is not
!~
~

CustomField - Number

in
=
!=

assignee

in
=
!=

cyclephase

in
=
!=

scheduleid

in
=
!=

status

in
=
!=

CustomField - Text

is
is not
!~
~

CustomField - LongText

is
is not
!~
~

CustomField - checkbox

in
=
!=

CustomField - Picklist

is
is not
in
=
!=

CustomField - Number

in
=
!=

List of keywords

AND

OR

NOT