You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent: improve make-task-issue with efficient GraphQL and correct API usage
Requirement:
Improve make-task-issue command to use efficient project lookup and correct GitHub API
field names for issue type assignment.
Implementation:
- Updated to use GraphQL repository.projectsV2 query for efficient project lookup
- Changed from listing all org projects to querying only repository-linked projects
- Fixed issue type API field from 'issue_type' to 'type' with capitalized values
- Added GraphQL query example and implementation notes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments