Documentation
¶
Overview ¶
Package epicworkitems is the home for the shared GraphQL helpers used by the epic-family sub-packages (epics, epicnotes, epicissues). The exported functions in workitems.go (ResolveEpicGID, ResolveWorkItemGID) translate a (group_path, iid) pair into the work item's global ID for use in subsequent GraphQL mutations.
See ADR-0004 (catalog-first registration) for the broader context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveEpicGID ¶
func ResolveEpicGID(ctx context.Context, client *gitlabclient.Client, fullPath string, iid int64) (string, error)
ResolveEpicGID resolves an epic-backed work item GID by group path and IID.
func ResolveWorkItemGID ¶
func ResolveWorkItemGID(ctx context.Context, client *gitlabclient.Client, fullPath string, iid int64) (string, error)
ResolveWorkItemGID resolves a generic work item GID by namespace path and IID.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.