feat(core): Add to ticket endpoint the ability to filter using parent_ticket

ref: #517 #554
This commit is contained in:
2025-02-10 16:19:47 +09:30
parent 0e1f778b80
commit 062e846875

View File

@ -64,6 +64,7 @@ class TicketViewSet(ModelViewSet):
'impact',
'milestone',
'organization',
'parent_ticket',
'priority',
'project',
'status',