Bulk Import Issues
Bulk import GitHub issues to Linear with comprehensive progress tracking and error handling
$ npx claude-code-templates@latest --command="sync/bulk-import-issues" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
Bulk Import Issues
Bulk import GitHub issues to Linear with advanced processing capabilities: $ARGUMENTS
Current Import Context
- Repository: !
gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context" - Issue count: !
gh api repos/{owner}/{repo}/issues?state=all --paginate | jq length 2>/dev/null || echo "Check manually" - Linear teams: Check available Linear teams and projects for import mapping
- Rate limits: !
gh api rate_limit -q '.rate | "GitHub: \(.remaining)/\(.limit)"' 2>/dev/null || echo "Check GitHub rate limit"
Task
Execute efficient bulk import of GitHub issues to Linear with comprehensive management:
Import Scope: Use $ARGUMENTS to filter by state, labels, milestones, or configure batch processing parameters Import Pipeline:- Pre-Import Analysis - Issue discovery, duplicate detection, import estimation, resource planning
- Batch Configuration - Dynamic batch sizing, rate limit management, progress tracking, error handling
- Data Transformation - Field mapping, priority inference, user mapping, content enhancement
- Import Execution - Parallel processing, retry logic, transaction management, progress reporting
- Error Recovery - Failed item handling, retry mechanisms, partial import recovery, validation
- Post-Import Actions - Cross-reference creation, GitHub updates, mapping files, notifications
Related Claude Code Commands
Sync Automation Setup
Setup comprehensive automated synchronization workflows with monitoring and CI/CD integration
Linear Task To Issue
Convert Linear tasks to GitHub issues with relationship preservation and metadata mapping
Bidirectional Sync
Enable comprehensive bidirectional GitHub-Linear synchronization with conflict resolution
Cross Reference Manager
Manage cross-platform reference links between GitHub and Linear with integrity checking
Task From Pr
Create Linear tasks from GitHub pull requests with intelligent content extraction and task sizing
Issue To Linear Task
Convert individual GitHub issues to Linear tasks with comprehensive data preservation
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.