amifriedman
5 years agoNew Contributor
Searching for test cases
Until now we used the server/datacenter version of TM4J. We used the testcase/search API which seems to have more query options than - what I think is - the equivalent cloud API GET /testcases
Is this the case? E.g. we would search by values in cutomFields but I don't see this option in the cloud API.
From the on-prem API doc:
A query to filter Test Cases. The query syntax is similar to the JIRA JQL.
Available fields: projectKey, key, name, status, priority, component, folder, estimatedTime, labels, owner and custom fields. When filtering by custom fields, the field name must be quoted.
Available operators: =, >, >=, <, <=, IN
For Single and Multi Choice custom fields, operator "=" is not supported, use "IN" instead
Available logical operators: AND
Please advise