Skip to content

/AWS1/CL_CMT=>POSTCOMMENTREPLY()

About PostCommentReply

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

Method Signature

IMPORTING

Required arguments:

IV_INREPLYTO TYPE /AWS1/CMTCOMMENTID /AWS1/CMTCOMMENTID

The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

IV_CONTENT TYPE /AWS1/CMTCONTENT /AWS1/CMTCONTENT

The contents of your reply to a comment.

Optional arguments:

IV_CLIENTREQUESTTOKEN TYPE /AWS1/CMTCLIENTREQUESTTOKEN /AWS1/CMTCLIENTREQUESTTOKEN

A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CMTPOSTCOMMENTREPLY01 /AWS1/CL_CMTPOSTCOMMENTREPLY01