You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »



JQL (Jira Query Language) is the most powerful and flexible way to search for your issues in Jira. 

Xray adds a lot of functions and new custom fields that can help you search and find the information you need. 

How to use Xray JQL functions & Custom fields?

You can use them to: 

  • Search for issues, using JIRA Search 
  • Customized your reports, by using advanced features
  • Create filters than can be displayed into dashboards
  • Create filters that can be used to configure gadgets



Xray JQL functions to remember


JQL FunctionParametersPurposeExample
requirementTestsP1 - Requirement Issue Key/Filter of Requirement IssuesReturns a list of Test issues associated with the input Requirement issue key or saved filter with Requirements.
(1)
issuetype = 'Test' 
   and key in requirementTests('DEMO-10')
(2)
issuetype = 'Test' 
   and key in requirementTests('Requirements saved filter')











  • No labels