fix: bulk issue import (#1773)
This commit is contained in:
parent
a66dcb9419
commit
9a29896291
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ class BulkImportIssuesEndpoint(BaseAPIView):
|
|||
# if there is no default state assign any random state
|
||||
if default_state is None:
|
||||
default_state = State.objects.filter(
|
||||
~Q(name="Triage"), sproject_id=project_id
|
||||
~Q(name="Triage"), project_id=project_id
|
||||
).first()
|
||||
|
||||
# Get the maximum sequence_id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue