About Github Issues Manager

GitHub is a cloud-based platform designed for developers to store, manage, and collaborate on code.

Key features of Github Issues Manager include:

  • List Issues: Retrieve issues assigned to the authenticated user across all visible repositories, including owned, member, and organization repositories. Filters such as assigned, created, mentioned, subscribed, repos, or all can be applied to narrow down results.

  • Create an Issue: Initiate a new issue in a specified repository by providing necessary details like title, body, and labels.

  • Get an Issue: Fetch detailed information about a specific issue using its number within a repository.

  • Update an Issue: Modify attributes of an existing issue, such as title, body, state (open or closed), labels, and assignees.

  • Lock/Unlock an Issue: Restrict or allow further comments on an issue to manage discussions effectively.

Authentication Options

Below are possible authentication options you can choose:

The simplest way to connect Github Issues Manager is by using xpander.ai’s built-in authentication:

  1. Go to the Apps section in the sidebar of your xpander.ai dashboard.
  2. Select Github Issues from the available integrations.
  3. Click Sign in with Github Issues.
  4. Grant xpander.ai permission to access your Github workspace.
  5. Your Github Issues Manager integration is now ready to use.

Integration of Github Issues Manager into AI Agent

Once you’ve configured your Github Issues Manager account with the authentication option(s) described above, you can integrate it into your AI agent with xpander.ai:

  1. Go to the + sign located in the top right of the graph visualization of your xpander.ai agent.
  2. Select Apps.
  3. Choose Github Issues Manager with the same Interface name you configured in the previous section (e.g., xpander-github-issues-manager).
  4. Select the available Github Issues Manager operations that suit your use case.

Expose Github Issues Manager as MCP Server

Alternatively, you can also expose your Github Issues Manager account as an MCP server. To do so:

  1. Go to the Apps section in the sidebar of your xpander.ai dashboard.
  2. Select Github Issues Manager with the same Interface name you configured in the previous section (e.g., xpander-github-issues-manager).
  3. Click MCP Configuration.
  4. Enter the MCP configuration into the appropriate settings of the client app you want to use (e.g., Cursor, Windsurf, Claude Desktop, etc.).

AI Agent Github Issues Manager Prompt Library

Below are possible prompts or use cases you can try after integrating Github Issues Manager into your xpander AI agent:

Can you create a new issue in {repo_owner}/{repo_name} about {issue_description}?
Can you add the label {label_name} to issue {issue_number} in {repo_owner}/{repo_name}?
Can you update the milestone {milestone_number} in {repo_owner}/{repo_name} with a new due date {due_date}?
Can you list all issues assigned to me across my repositories?