GitHub Projects V2
JSON →Manage GitHub Projects V2 using the GitHub GraphQL API.
Install
pip install -e Tools · 8
- list_projects List GitHub Projects V2 for a given organization or user
- get_project_fields Get fields available in a GitHub Project V2
- get_project_items Get items in a GitHub Project V2 (supports filtering by state or custom single-select fields)
- create_issue Create a new GitHub issue
- add_issue_to_project Add an existing GitHub issue to a Project V2
- update_project_item_field Update a field value for a project item
- create_draft_issue Create a draft issue directly in a GitHub Project V2
- delete_project_item Delete an item from a GitHub Project V2
Environment variables
GITHUB_TOKEN
Links
★ 31 GitHub stars