Comment on reviews
You can add comments to an entire review or a specific file in a review.
Add comments to entire review
You can add comments to an entire review when it is at specific states. Comments are displayed in a review's activity feed.
For details on how to modify reviews, see Edit reviews.
To add a comment to a review:
-
From the spaces list at the top right, select a space.
-
(Optional) To restrict the scope of the search, select a product or Git repository and then open a stream/branch.
-
In the sidebar, select Reviews.
-
From the review list, open a review.
-
In the Conversation tab, in the Description section, click Join the conversation.
-
In the text box, enter your comment. You can format the comment using the toolbar buttons or Markdown syntax. For details, see Markdown syntax reference. To preview the comment, click Preview.
-
When you have finished, click Comment.
Add comments to files
You can add comments to specific files in a review and collaborate with team members. Each reviewer receives an email with a snippet of the code and the review comments.
For details how to inspect files in reviews, see Browse files in reviews.
Guidelines:
- Comments are tied to the file version where they were added and shown when that version is displayed.
- Comments are not added to the actual file versions.
- You can add comments to reviews at specific states.
- You can edit your own comments until there is a reply.
To add a comment to a file:
-
From the spaces list at the top right, select a space.
-
(Optional) To restrict the scope of the search, select a product or Git repository, and then open a stream/branch.
-
In the sidebar, select Reviews.
-
From the review list, open a review.
-
On the review page, select the Changes tab.
-
In the file tree on the left, click the file you want to comment on. Both the previous and latest versions of the file are displayed by default.
-
In the file contents, click the line number and drag up or down to select the lines where you want to add a comment.
- In the text box, enter your comment. You can format the comment using the toolbar buttons or Markdown syntax. For details, see Markdown syntax reference.
-
(Optional) You can email comments to users who are not included in a review, for example, when you want the opinions of other developers. Click User mention @ in the toolbar or enter the @ character, and then enter the name of a registered user, for example, @username.
PulseUno automatically displays the list of users that match.
Tip: If a username contains spaces, use the following syntax: @[username with spaces].
-
To preview your comment, click Preview.
-
To add the comment, click Comment. Your comment is now visible to your team members. Any responses are added in the same comment box.
See also: