messages

Create a thread on an issue

Creates a new internal thread on an issue.

Rate limit: 120 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. Linking an existing Slack thread imports its message history and enables ongoing synchronization. Creating or linking a Slack-backed thread requires an API token configured to act as a human Pylon user whose verified Slack identity is a member of the channel. Pylon bot users and standalone API identities are not supported because they do not have Slack-verifiable channel membership.

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.

Changes