latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

messages

Create a thread on an issue

Creates a new internal thread on an issue.

Rate limit: 20 requests per minute

post/issues/{id}/threads

Path parameters

idstring required

The ID of the issue to create a thread for.

Request body

namestring

The name of the thread.

slack_channel_idstring

The Slack channel ID to sync the thread to. When slack_thread_ts is also provided, links that existing Slack thread. Otherwise, creates a new Slack-backed thread.

slack_thread_tsstring

The root message timestamp of an existing Slack thread to link. Requires slack_channel_id.

Response

request_idstring

The request ID for tracking.