MCPcopy Create free account
hub / github.com/cli/cli / AddSubIssueInput

Struct AddSubIssueInput

api/queries_issue.go:518–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516// AddSubIssue adds a sub-issue to a parent issue.
517func AddSubIssue(client *Client, hostname string, parentID string, subIssueID string, replaceParent bool) error {
518 type AddSubIssueInput struct {
519 IssueID githubv4.ID `json:"issueId"`
520 SubIssueID githubv4.ID `json:"subIssueId"`
521 ReplaceParent githubv4.Boolean `json:"replaceParent"`
522 }
523
524 var mutation struct {
525 AddSubIssue struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected