Reviews Subcommand
Last modified: October 23, 2019
Use this topic to find the documentation related to the reviews subcommand.
The reviews command returns information about reviews that meet specified criteria.
Arguments
Review Search Logic
The Reviews command will return reviews that meet all of the next arguments:
- project
- createdSince
- createdTill
- modifiedSince
- modifiedTill
- status
- user
- role
and at least one of the following:
- title
- comment
- revision
For example, the specified arguments are project, title, and revision. The logical condition in this case is as follows project AND (title OR revision).
To see the common information about the Review Assistant command line, please refer to the overview topic.
Example
The example below demonstrates how to retrieve reviews that were modified before specified date.
Was this page helpful?