feat(core): Add urgency badge field to ALL ticket types

ref: #487 #491
This commit is contained in:
2025-01-24 17:02:00 +09:30
parent 06e0943e30
commit 824244f217
7 changed files with 47 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class ProjectTaskTicketModelSerializer(
'estimate',
'duration',
'urgency',
'urgency_badge',
'impact',
'priority',
'external_ref',