Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-1184] feat: issue bulk operations #4530

Merged
merged 47 commits into from
May 29, 2024

Merge branch 'feat/bulk-operations' of github.com:makeplane/plane int…

71b7618
Select commit
Loading
Failed to load commit list.
Merged

[WEB-1184] feat: issue bulk operations #4530

Merge branch 'feat/bulk-operations' of github.com:makeplane/plane int…
71b7618
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action May 23, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Annotations

Check notice on line 155 in apiserver/plane/app/views/__init__.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/__init__.py#L155

'.issue.bulk_operations.BulkIssueOperationsEndpoint' imported but unused (F401)

Check warning on line 268 in apiserver/plane/app/views/issue/bulk_operations.py

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

apiserver/plane/app/views/issue/bulk_operations.py#L268

Expression "[issue_activity.delay(**activity) for activity in bulk_issue_activities]" is assigned to nothing