Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Querying Practitest in Jira Filters

D_ Goode
July 17, 2026

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? 

Screenshot 2026-07-17 084228.png

 

1 answer

0 votes
Alexandre Pezzini
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 17, 2026

PractiTest Query Language (PTQL)

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"

Verified Documentation

I hope this helps you set up the visibility you need for your testing workflows!

Suggest an answer

Log in or Sign up to answer