Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
As a user, I want to be able to get all Tests modified until a specific date when using the GraphQL getTests request.
The current GraphQL getTests request includes a "modifiedSince" parameter, which retrieves all Tests modified from a specified date onward.
To enhance filtering capabilities, a new "modifiedUntil" parameter should be added, allowing retrieval of Tests modified up to a given date.
Both parameters should be able to be used simultaneously.