Skip to content

Commit

Permalink
feat(core): Add field milestone to all ticket types
Browse files Browse the repository at this point in the history
ref: #292
  • Loading branch information
jon-nfc committed Sep 15, 2024
1 parent b8f4123 commit 3bac0c1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/api/serializers/assistance/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Meta:
'opened_by',
'organization',
'project',
'milestone',
'subscribed_teams',
'subscribed_users',
'ticket_comments',
Expand Down
1 change: 1 addition & 0 deletions app/api/serializers/itim/change.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Meta:
'opened_by',
'organization',
'project',
'milestone',
'subscribed_teams',
'subscribed_users',
'ticket_comments',
Expand Down
1 change: 1 addition & 0 deletions app/api/serializers/itim/incident.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Meta:
'opened_by',
'organization',
'project',
'milestone',
'subscribed_teams',
'subscribed_users',
'ticket_comments',
Expand Down
1 change: 1 addition & 0 deletions app/api/serializers/itim/problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Meta:
'opened_by',
'organization',
'project',
'milestone',
'subscribed_teams',
'subscribed_users',
'ticket_comments',
Expand Down
1 change: 1 addition & 0 deletions app/api/serializers/project_management/project_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class Meta:
'opened_by',
'organization',
'project',
'milestone',
'subscribed_teams',
'subscribed_users',
'ticket_comments',
Expand Down

0 comments on commit 3bac0c1

Please sign in to comment.