/
(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
ID | Usage | Description |
---|---|---|
1 | issue in testSuite() | Search Issue in any Test Suite |
2 | issue in testSuite('Test Suite Name') | Search Issue in a specific Test Suite |
3 | issue in testSuite('Test Suite 1','Test Suite 2') | Search Issue in more than one specific Test Suite |
4 | issue not in testSuite() | Search Issue not in any Test Suite |
hasRequirements()
Below are some of the sample usages of hasRequirements() JQL function
ID | Usage | Description |
---|---|---|
1 | issue in hasRequirements() | Search Test Cases those have Requirements associated |
2 | issue in hasRequirements('Issuekey1','Issuekey2') | Search Test Cases those have specified Requirements associated |
3 | issue 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
ID | Usage | Description |
---|---|---|
1 | issue in hasTestCases() | Search Requirements those have Test Cases associated. |
2 | issue in hasTestCases('Issuekey1','Issuekey2') | Search Requirements those have specified Test Cases associated |
3 | issue not in hasTestCases() and type = 'Requirement' | Search Requirements those have no Test Case associated |