Plastic SCM - How do I resolve a code review change request?

Maybe I am missing something but I can’t seem to figure out how to resolve a code review change request.

I created a code review for a branch, prior to merging the changes into main. This code review was then supposed to be reviewed by another developer on our team. However, all code review change requests I created can’t seem to be marked as resolved either by myself or the developer. I tried right -clicking on the change request in hope to find a drop-down to mark as resolved, but nothing.

Here is a screenshot of what I am seeing:

Would love your help on this!

I think you need to add the person who can resolve as reviewer (person, not group)

Appreciate your reply! He was already added to the project, but still no specific UI popped up that would easily mark a change request as complete.

However, he did find a way to mark a change request complete by commiting a next changeset on the same branch the code review has been started on. (This is for a branch review.)

In the comments add one or more tags with the format:
[apply-change:{commentID}]

That then automatically resolves the comment change request in the code review.

Below is a screenshot of the changeset comments for reference.

You can find the comment ID in the code review here:

Hope this helps anyone who runs into this in the future!