ProjectsV2: Manage Project Views via GraphQL #150130
Unanswered
pyoio
asked this question in
Projects and Issues
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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