GitHub Issues

Qodo will automatically recognize GitHub issues mentioned in the PR description and fetch the issue content.

Examples of valid GitHub issue references:

  • https://github.com/<ORG_NAME>/<REPO_NAME>/issues/<ISSUE_NUMBER>

  • #<ISSUE_NUMBER>

  • <ORG_NAME>/<REPO_NAME>#<ISSUE_NUMBER>

Since Qodo is integrated with GitHub, it doesn't require any additional configuration to fetch GitHub issues.

Last updated