latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

issues

Create an issue group Creates an issue group and attaches its initial child issues atomically.

Rate limit: 10 requests per minute

post/issue-groups

Request body

child_issue_idsstring[] required

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

titlestring required

The title of the issue group.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "business_hours_time_in_status_seconds": {
      "new": 120,
      "waiting_on_customer": 1800
    },
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    },
    "state": "new",
    "time_in_status_seconds": {
      "new": 120,
      "waiting_on_customer": 3600
    }
  }
}