forked from github/plane
fix: bulk issue import (#1773)
This commit is contained in:
parent
a66dcb9419
commit
9a29896291
@ -332,7 +332,7 @@ class BulkImportIssuesEndpoint(BaseAPIView):
|
|||||||
# if there is no default state assign any random state
|
# if there is no default state assign any random state
|
||||||
if default_state is None:
|
if default_state is None:
|
||||||
default_state = State.objects.filter(
|
default_state = State.objects.filter(
|
||||||
~Q(name="Triage"), sproject_id=project_id
|
~Q(name="Triage"), project_id=project_id
|
||||||
).first()
|
).first()
|
||||||
|
|
||||||
# Get the maximum sequence_id
|
# Get the maximum sequence_id
|
||||||
|
Loading…
Reference in New Issue
Block a user