New Data Source: Resource label events API
New Data Source / Resource
Hello I am new to gitlab open source community and looking to contribute and I would like to implement gitlab_project_issue_label_events data source.
data "gitlab_project_issue_label_events" "example" {
project = "my-group/my-project"
issue_iid = 42
}
Related GitLab APIs
API documentation: https://docs.gitlab.com/api/resource_label_events/
Additional Details
- GitLab REST API resources available (read for data sources, CRUD for resources)
- client-go supports the related GitLab API already
- I'd like to contribute it myself
Edited by 🤖 GitLab Bot 🤖