Tool to add a sub-issue to a parent GitHub issue using GraphQL. Use when you need to establish a parent-child relationship between issues. Requires the 'sub_issues' GraphQL feature to be enabled.
issue_idRequiredstringThe global node ID of the parent issue (e.g., 'I_kwDOABCDEFGH'). This is the GraphQL global identifier returned by GitHub's API.
sub_issue_idstringThe global node ID of the sub-issue to link to the parent issue. Either sub_issue_id or sub_issue_url must be provided.
sub_issue_urlstringThe URL of the sub-issue to link to the parent issue. Either sub_issue_id or sub_issue_url must be provided.
replace_parentbooleanIf true, replaces the existing parent issue if the sub-issue already has one. If false or omitted, the mutation will fail if the sub-issue already has a parent.
client_mutation_idstringA unique identifier for the client performing the mutation. Used to ensure idempotency of mutations.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.