integrations / integrations/terraform-provider-github
[BATCH]: Add Project V2 resources
- Dominant language
- Go
- Stars
- 1.2k
- Forks
- 1k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 8
Description
Depends on: #2898
Depends on: #2891
With #2898 we introduced initial Project V2 features. With the introduction of go-github v78/79 there was a huge push to round out the Projects V2 offerings. We should incrementally implement the following:
#### Projects resource (github_project)
- [ ] CreateOrganizationProject
- [ ] CreateUserProject
- [ ] UpdateOrganizationProject
- [ ] UpdateUserProject
- [ ] DeleteOrganizationProject
- [ ] DeleteUserProject
- [ ] GetByProjectNumber
#### Project field resources (github_project_field)
- [ ] Create, update, delete custom fields
- [ ] ProjectV2FieldIteration
- [ ] ProjectV2FieldConfiguration
#### Team Integration (github_team_project)
- [ ] AddTeamProject
- [ ] ReviewTeamProjects
- [ ] ListTeamProjects
#### Webhook Events
- [ ] ProjectV2Event
- [ ] ProjectV2ItemEvent
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.