qtmj_getStoryHavingAnyTCLatestExeLike
Description | This function returns a list of stories where any of their latest test case executions matches the specified execution filter criteria. | |||
Details |
| |||
Supported Operators |
| |||
Supported Fields Test Execution | Field Name | Field | Type | Description |
| Environment | execution.environment | string | Execution Environment Name. Example: execution.environment = 'Dev' |
| Build | execution.build | string | Execution Build Name. Example: execution.build = 'Beta' |
| Execution Result | execution.result | string | Execution Result Name. Example: execution.result = 'Pass' |
| Executed By | execution.executedby | string | Executed By Name. Example: execution.executedby = 'John Doe' |
| Executed On | execution.executedon | date | Executed On Date (Format: 'dd/MMM/yyyy'). Example: execution.executedon = '01/Jan/2024' |
Examples | Example 1
| |||
| Example 2
|