fix: remove triage issue status from public boards (#2110)

This commit is contained in:
Nikhil 2023-09-07 13:21:58 +05:30 committed by GitHub
parent 866eead35f
commit 39bc975994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2195,6 +2195,7 @@ class ProjectIssuesPublicEndpoint(BaseAPIView):
states = (
State.objects.filter(
~Q(name="Triage"),
workspace__slug=slug,
project_id=project_id,
)