CodeCommit: Pull Request: How to see corrected comments in code?

1
  • Mr. A creates a pull request.
  • I add a comment in line 4 that code needs to be changed.
  • Mr. A does the changes, commits, pushes. And asks for a re-check.
  • When I open the pull request I can see the latest code, but my comments are gone. I could see them in the Activity tab, but they are not shown in correlation with the latest code version. Now I need to manually look at where I initially added the comment and figure out if Mr. A fixed that part.

Question: Is there a way I can see comments made in a previous commit in the latest source code version (as GitHub and GitLab do)?

Mark
質問済み 9ヶ月前284ビュー
1回答
2
承認された回答

Hello there,

As of now, CodeCommit does not show the previous Comment if the Pull request is updated with the new commit on “Changes” Tab in the Pull request console. You will be able to see your comments only in the activity tab in the pull request console or using the CLI command "aws codecommit get-comments-for-pull-request --pull-request-id <<PULL_REQUEST_ID>>"

Have forwarded this as a feature request to the CodeCommit team. I've taken steps to relay the information you've included to our team for further review and consideration .

Thank you!

AWS
サポートエンジニア
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ