Hi
probably a dummy question and I am missing something - how do I translate this query in the code:
Copy code
select *
from regression_notifications rn
join notification_checks nc on rn.id = nc.regression_id
join check_issues ci on nc.id = ci.check_id
where ci.status = "Open"