latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

issues

Add children to an issue group Adds one or more child issues atomically. Issues already attached to this group are ignored.

Rate limit: 20 requests per minute

post/issue-groups/{issue_group_id}/children

Path parameters

issue_group_idstring required

The ID of the issue group.

Request body

child_issue_idsstring[] required

The IDs of the issues to add to the group. At least one is required.

Response

request_idstring

The request ID for tracking.

successboolean

Whether the mutation succeeded.