/
(8.1-en) SynapseRT JQL Reference

(8.1-en) SynapseRT JQL Reference

The following JQL functions are offered for synapseRT related searches in your JQL query.

  • testSuite()
  • hasRequirements()
  • hasTestCases()

testSuite()

Below are some of the sample usages of testSuite() JQL function

IDUsageDescription
1issue in testSuite()Search Issue in any Test Suite
2issue in testSuite('Test Suite Name')Search Issue in a specific Test Suite
3issue in testSuite('Test Suite 1','Test Suite 2')Search Issue in more than one specific Test Suite
4issue not in testSuite()Search Issue not in any Test Suite

hasRequirements()

Below are some of the sample usages of hasRequirements() JQL function

IDUsageDescription
1issue in hasRequirements()

Search Test Cases those have Requirements associated

2issue in hasRequirements('Issuekey1','Issuekey2')Search Test Cases those have specified Requirements associated
3issue not in hasRequirements() and type = 'Test Case'Search Test Cases those have no Requirement associated

hasTestCases()

Below are some of the sample usages of hasTestCases() JQL function

 

IDUsageDescription
1issue in hasTestCases()Search Requirements those have Test Cases associated.
2issue in hasTestCases('Issuekey1','Issuekey2')Search Requirements those have specified Test Cases associated
3issue not in hasTestCases() and type = 'Requirement'Search Requirements those have no Test Case associated