We've got Practitest integrated with Jira. I want to query Practitest data that appears on an item under the 'Practitest Integration' panel, e.g., existence of tests, pass/fail status, etc., similar to what is possible using the Development[xxxx] keywords for build information. I've not found any documentation on it. Does such a thing exist?
If your goal is to find Jira issues based on complex testing criteria, it is often more effective to perform the search within PractiTest using PTQL. PractiTest allows you to filter its entities based on linked Jira issue keys or statuses.
Example: LINKED TO Issue WHERE (Status = "Open") AND 'Run Status' = "FAILED"
I hope this helps you set up the visibility you need for your testing workflows!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.