ProjectsV2: Manage Project Views via GraphQL #150130
Replies: 6 comments
-
|
This makes a lot of sense. It would be great if GitHub reconciled template to all child projects. Perhaps this inheritance would be on an opt-in basis. Alternatively a child project could have an Sync Fields/Views from Template. However, it looks like the decision to decouple a Project from its template is intentional due to complexity of this relationship. Having an API would make sense here. If I could create a set of Views in a template and then copy them via an API to several projects, it would achieve the same outcome. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
|
I'm building a set of Claude Code skills that bootstraps and manages a fully GitHub-native backlog workflow — Issues + Projects v2 + Milestones + Labels — through a set of AI agents. Everything except the views can be automated end-to-end via the API. The minimum API surface we'd need:
The pattern already exists for fields ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Feature Area
Projects
Body
Hi, the GraphQL API has all the required machinery to manage ProjectV2 fields (
<create|update|delete>ProjectV2Field()), it would be incredibly useful to be able to do the same to manage views, we have a couple of motivating use cases:A suitable alternative would be that GitHub automate some way for child projects to have fields and views auto-synced to the template project they spawned from, with some level of configurability (e.g., the ability to exempt specific fields from having their field values sync'd)
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions