Details
-
Suggestion
-
Status: Shipped
-
Resolution: Done
-
None
-
None
Description
As a user, I can obtain a list of recently updated Test Executions using a JQL function, so I can analyze them or synchronize their related results to an external data processing entity.
issue in testExecutionsWithCompletedTestRunsSince(P1, [P2])
P1 - Date
P2 - Filter name/id of Test Executions (optional)
Examples:
issue in testExecutionsWithCompletedTestRunsSince("2019-02-13 00:00") issue in testExecutionsWithCompletedTestRunsSince("-3d", "test_execs_v1") --> filter Name
Returns a list of Test Executions in the Test Executions identified by filter P2, whose results (i.e. test runs) have been updated after to a final status (>=) the given date P1.