Skip to content

GitHub connector exposes create_pull_request but not create_issue #17513

@fireshort

Description

@fireshort

Summary

The curated GitHub connector bundled with Codex exposes issue read/search/comment actions and pull request creation, but it does not expose a create_issue action.

Evidence

In the current GitHub connector tool list, I can see actions such as:

  • github_fetch_issue
  • github_fetch_issue_comments
  • github_search_issues
  • github_add_comment_to_issue
  • github_create_pull_request

But there is no github_create_issue.

Actual behavior

When a user asks Codex to file a GitHub issue, the agent cannot do it through the GitHub connector and must fall back to browser automation or ask the user to file it manually.

Expected behavior

Please add a create_issue capability to the GitHub connector, similar to create_pull_request, or document clearly that issue creation is intentionally unsupported.

Why this matters

Creating issues is a common GitHub workflow. Supporting PR creation but not issue creation creates a noticeable gap in the connector's write capabilities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmcpIssues related to the use of model context protocol (MCP) servers

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions