github / github/app

Hello, and thank you for the Copilot app.

Abierto
#2,769 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Sin datos de lenguaje
Estrellas
2.1k
Forks
153
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello, and thank you for the Copilot app. I have been using app sessions to automate repository setup from end to end, and I ran into one gap that I thought was worth reporting.

An agent can now do almost everything unattended: it creates a Projects v2 board, adds the Start date and Target date fields, and creates the Roadmap, Kanban, and Backlog views through createProjectV2View, which accepts a name and a layout. The one thing it cannot do is tell the Roadmap view which fields to use for its date axis. The configuration input on that mutation exposes only visibleFieldIds, and the read side is just as limited, since groupByFields, sortByFields, and filter can all be read but none of them can be written.

The practical effect is that automation stops one step short. After the agent finishes, a person still has to open the project in the browser and pick Start date and Target date by hand. It is a small step, but it is exactly the kind of step people forget, and until someone does it the Roadmap view looks empty, which makes the whole board seem broken to anyone opening it for the first time.

What would help most is being able to set the roadmap date fields, and ideally the grouping, by field ID when creating or updating a view. Inferring them from field names would be less reliable, since those names are chosen freely by each project.

Thank you for considering this, and for the work on the app so far.

---
| Field | Value |
| --- | --- |
| App version | 1.1.6 |
| OS | macOS 15.2.0 |
| Theme | GitHub |
| Path | /chat |
| Tenure | Week 20 |

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Start with the createProjectV2View mutation and its configuration input, especially visibleFieldIds, then compare the readable groupByFields, sortByFields, and filter fields. Done means an agent can set the Roadmap date fields by field ID when creating or updating a view, with grouping support if included; verify the resulting view through the read side.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
github, graphql
Área
api
Tipo de issue
Nueva funcionalidad
Dificultad
5/5
Tiempo estimado
Más de una semana
Estado de actividad
Tranquilo
Claridad
Bastante claro
Aptitud para principiantes
35/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.