Type: Aggregator
Function: MEDIAN
Syntax: MEDIAN(number)
Description: Returns the median value (value for which there is an equal number of items below and above) for the provided field/expression, for each grouping (set of dimensions).
Sample usage:
MEDIAN(lines_changed)
returns the median number of lines of codes that have been changed.MEDIAN(LENGTH(requested_reviewer_usernames))
returns the median number of requested reviewers.