Search, vote, comment and create ideas for Zephyr Scale improvements here. For more information on our review process, see here.
Test case search by field 'createdOn' like below is working even though it is not formally documented.
https://{server_host:port}/rest/atm/1.0/testcase/search?query=projectKey = "{PROJKEY}" AND createdOn > "2020-06-17 10:00:00"
The feature we really need is to do test case by field 'updatedOn' like below:
https://{server_host:port}/rest/atm/1.0/testcase/search?query=projectKey = "{PROJKEY}" AND updatedOn > "2020-06-17 10:00:00"
As a... | QA Manager |
I would like... | to know the test cases that are updated during the last defined period of time |
So that I... | can now how efficient the QA team maintain the test cases |