You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: queries/get_software_studio_challenges_rss
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,5 @@ AND p.project_status_id IN (@project_status_id@)
16
16
AND pcl.project_type_id IN (@project_type_id@)
17
17
AND pp1.phase_status_id IN (@registration_phase_status@)
18
18
AND p.project_category_id NOT IN (27, 37)
19
+
AND not exists (select 1 from resource r, project_info pi82 where r.project_id = p.project_id and r.resource_role_id = 1 and p.project_id = pi82.project_id and project_info_type_id = 82 and pi82.value = 1) -- exclude assigned tasks
0 commit comments