Copy Comments Between Versions or Reviews
Copies comments between Filestage versions or reviews.
Query
Comma-separated response fields to include.
Body
The unique identifier of the **target** review where the comments will be copied to.
The ID of the source review to copy the comments from.
If `true`, all comments from the source are copied. If `false`, only the comments specified in the `commentIds` array are copied.
An array of specific comment IDs to copy from the source review. This is only used when `copyAll` is `false`.
Determines the copy mode. If `true`, comments are copied from one version to another. If `false`, comments are copied from one review step to another.
If `true`, the comment's annotations and markers (positions on the file) are included in the copy. If `false`, only the comment text and metadata are copied.