Skip to main content

Reviews > Requested at

Arnaud Lachaume avatar
Written by Arnaud Lachaume
Updated over a week ago

Dataset: Reviews

Entity: Pull Request Review

Field ID: requested_at

Type: Datetime

Description: The datetime at which the review was originally requested. NULL if the review was spontaneous.

Source: App

Transformation logic:

  • The requested_at is calculated by looking at the date of the REVIEWER_ASSIGNED event preceding the review.

  • If two successive reviews are provided by the same reviewer after being assigned for review, the first review will have a requested_at and the second review will be considered spontaneous (requested_at is NULL)

  • If a reviewer is assigned for review, then unassigned, then provides a review, then the review will be considered spontaneous (requested_at is NULL)

From:

Github (Reviews)

Calculated

Gitlab (MRs)

Calculated

Bitbucket (PRs)

Calculated

JIRA

N/A

ClickUp

N/A

Trello

N/A


​

Did this answer your question?