batch_link_to_project
Link multiple GitHub issues to a project board in parallel for efficient batch organization. Specify project ID and issue numbers to execute with customizable concurrency.
Instructions
Link multiple issues to a GitHub Project (v2) board in parallel.
project_id: Project node ID starting with "PVT_" (from GraphQL API, not project number) Requires token with project (write) scope.
Returns: {total, successful, failed, success_rate, execution_time_seconds, results}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_numbers | Yes | ||
| project_id | Yes | ||
| owner | No | ||
| repo | No | ||
| max_workers | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||