chore: rename default issue type name to (#2573)

This commit is contained in:
Nikhil
2025-02-20 18:34:48 +05:30
committed by GitHub
parent 52ab25c2d4
commit b4ec353b3e

View File

@@ -267,7 +267,7 @@ class DefaultIssueTypeEndpoint(BaseAPIView):
# Create a new default issue type
issue_type = IssueType.objects.create(
workspace_id=project.workspace_id,
name="Work item",
name="Task",
is_default=True,
description="Default work item type with the option to add new properties",
logo_props={