I am using the Crucible REST API to have our static code analyzers post comments to the peer reviews on specific lines. The problem that I'm running into is that the comment is being put on the line number in the original commit, not the latest commit. So, if the line has moved at all, the comment is showing up in the completely wrong place. I don't see any parameters for which revision to add the comment to in the REST API. Is this something that anybody has solved?