Add support to assign multiple datarows to a user#2054
Merged
Conversation
Made-with: Cursor
mrobers1982
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
https://www.loom.com/share/1fd2774a6e2b4138ad9f453c95379076
Summary
bulk_assign_data_rows()method to theProjectclass, calling the existingbulkAssignDataRowsGraphQL mutationTaskAssignmentStatusenum (FREE,RESERVED) for filtering which data rows can be assignedTaskAssignmentStatusfrom the top-levellabelboxpackageUsage
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features
Note
Medium Risk
Adds a new
Project.bulk_assign_data_rowsGraphQL mutation wrapper and new public enum, plus updates CI to use different staging API key secret names; main risk is API/permission mismatches or CI failures due to secret configuration changes.Overview
Adds bulk data-row assignment to the Python SDK via
Project.bulk_assign_data_rows, calling thebulkAssignDataRowsGraphQL mutation with optionalallowed_statusesfiltering.Introduces and exports
TaskAssignmentStatus(FREE,RESERVED), and adds unit + integration tests covering request serialization, empty-input behavior, and status filtering.Also refactors
ApiKey.create_api_keyto run validity/time-unit/role input validation earlier (tests updated accordingly), tightens typing inDataRowItemBase.build, and updates GitHub Actions workflow/action matrices to use new staging API key secret identifiers.Reviewed by Cursor Bugbot for commit 3be99b7. Bugbot is set up for automated code reviews on this repo. Configure here.