epicworkitems

package
v2.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2026 License: MIT Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL