| name | add-to-project |
| description | Add a GitHub issue to a project board using gh project item-add |
| disable-model-invocation | true |
Add Issue to Project
Add an issue to a GitHub Project board. See github-conventions for repo and
gh CLI basics.
Prerequisites
gh auth refresh -s project
Your Task
Add issues to the appropriate GitHub Project.
List Available Projects
gh project list --owner qauth-labs
Add Issue to Project
gh project item-add {project_number} \
--owner qauth-labs \
--url https://github.com/qauth-labs/qauth/issues/{issue_number}
View Project Items
gh project item-list {project_number} --owner qauth-labs
Instructions
- List available projects to find the correct one
- Add the issue using
gh project item-add
- Confirm the issue was added by listing project items
- Report success to the user