Versions in this module Expand all Collapse all v1 v1.87.0 Mar 2, 2026 Changes in this version + const ScopeTypeGroup + const ScopeTypeProject + func FetchWorkItems(ctx context.Context, client *gitlab.Client, scope *ScopeInfo, types []string, ...) ([]WorkItem, *PageInfo, error) + type GroupWorkItems struct + WorkItems WorkItemsConnection + type PageInfo struct + EndCursor string + HasNextPage bool + type ProjectWorkItems struct + WorkItems WorkItemsConnection + type ScopeInfo struct + Path string + Type string + type WorkItem struct + Author struct{ ... } + IID string + State string + Title string + WebURL string + WorkItemType struct{ ... } + type WorkItemsConnection struct + Nodes []WorkItem + PageInfo PageInfo + type WorkItemsResponse struct + Data struct{ ... }