Versions Compared

Key

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

Using QMetry JQL functions with Jira filters enhances the search & reporting capabilities. QMetry JQL functions returns more advance results than basic Jira filters. QMetry JQL functions can be used with Jira filters in various areas. 

NOTE : This feature is available only for Server(On-Premise) Jira edition

Table of Contents

Jira advanced search

QMetry have issue and issuekey supported fields in advance search option to use QMetry JQL. Jira Jira auto-populate all the QMetry JQL functions for user in advanced search to select as per their requirements. 

Steps :

  1. Go to Issue drop-down
  2. Click on Search for issues > Advance
  3. Type your query along with supported fields issue and issuekey

Refer below Screenshot

Image Modified

...

Simple JQL functions 

Example : issue in getTestCasesHavingSteps()This query returns a list of Test Cases which has steps inside it.

...

QMetry JQL with Jira

...

JQL 

Example : issue in getStoriesHavingDefects() AND project = QMetry

We have used the QMetry JQL function with simple JQL in above query. This query returns a list of stories which has defects inside it from the project QMetry.

...

_Project

Nested JQL (Jira JQL inside the QMetry JQL functions

...

)

Example : issue in getAutomatedTestCases("project = QTM QMetry_Project AND priority = Major")Here we have used simple JQL inside the QMetry JQL function to retrieve required result. This query returns a list of Test Cases which are automated and those having priority as major from project QMetry.

Advanced search while adding Issues/Test cases/Test scenarios to Test Run

QMetry JQL functions can be used to filter issues while adding them to Test Run.

Steps :

  1. Go to the issue details screen.
  2. Click on Add button.
  3. Add issue screen window will pop up. Now Click to Advance.
  4. Here you can write your query with QMetry JQL functions to filter test assets.(Try this JQL in Jira's advanced search before trying here).

 Refer below Screenshot.


Manage Test Cases screen

QMetry JQL functions can be used on Manage test Cases screen to filter required Test Cases. 

...

  1. Click on QMetry drop-down menu.
  2. Go to the Manage Test Cases.
  3. Click on Advance and you can write your query with QMetry JQL functions.(Try this JQL in Jira's advanced search before trying here).

 Refer below Screenshot.

Image Modified