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

Struct AddSubIssueInput

api/queries_issue.go:539–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537// AddSubIssue adds a sub-issue to a parent issue.
538func AddSubIssue(client *Client, hostname string, parentID string, subIssueID string, replaceParent bool) error {
539 type AddSubIssueInput struct {
540 IssueID githubv4.ID `json:"issueId"`
541 SubIssueID githubv4.ID `json:"subIssueId"`
542 ReplaceParent githubv4.Boolean `json:"replaceParent"`
543 }
544
545 var mutation struct {
546 AddSubIssue struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected