Assign issues to Copilot using the API

Published: (December 3, 2025 at 02:21 PM EST)
1 min read

Source: GitHub Changelog

GraphQL support

You can assign issues to Copilot using the following mutations:

All requests must include this header:

GraphQL-Features: issues_copilot_assignment_api_support

REST API support

You can also assign issues to Copilot via the following REST API endpoints:

Join the community discussion to share your feedback or learn more in our documentation on assigning issues to Copilot.

Back to Blog

Related posts

Read more »

Entendendo APIs e sua estrutura.

O que é uma API? API significa Application Programming Interface em português: Interface de Programação de Aplicações. Basicamente, uma API é um jeito de um...