bitbucket_server_reviews
Details of the reviews given on a pull request.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - ID of the review in Bitbucket
-
pull_id
Foreign key - ID of the pull request to which the review belongs
-
user_id
Foreign key - ID of the user who authored the review
-
time_since_request
number - Difference (in seconds) between created_at and the created_at timestamp of the pull request
-
state
string - One of: APPROVED, DECLINED, COMMENTED
-
comment_count
number - Total number of review comments
-
created_at
date - Timestamp of when the review was created
-
updated_at
date - Timestamp of when the review was updated