For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a single reply to a change request comment

Retrieves a specific reply within a change request comment thread. Use this when you have a reply ID and need its full content and author details.

Available in MCP
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
changeRequestIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
commentIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
commentReplyIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Query parameters
formatstring · enumOptional

Output format for the content.

Possible values:
Responses
200

The returned comment reply.

application/json
objectstring · enumRequired

Type of Object, always equals to "comment-reply"

Possible values:
idstringRequired

Unique identifier for the reply.

postedAtstring · date-timeRequired
editedAtstring · date-timeOptional

Date when the reply was edited, if it has been edited.

bodyone ofRequired
or
or
object · EmptyOptional
get/spaces/{spaceId}/change-requests/{changeRequestId}/comments/{commentId}/replies/{commentReplyId}
200

The returned comment reply.

Last updated

Was this helpful?

Powered by GitBook