issues

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

Rate limit: 120 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.

Changes

Changed in 2 of the 22 revisions of this API.2