latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

issues

Remove a child from an issue group Removes one child issue. An issue group must retain at least one child.

Rate limit: 20 requests per minute

delete/issue-groups/{issue_group_id}/children/{child_issue_id}

Path parameters

issue_group_idstring required

The ID of the issue group.

child_issue_idstring required

The ID of the child issue to remove.

Response

request_idstring

The request ID for tracking.

successboolean

Whether the mutation succeeded.