get_planned_velocity: Get Planned Velocity

Description Usage Arguments Value Examples

Description

Get planned velocity for each sprint.

Usage

1
get_planned_velocity(iteration_id, date_time)

Arguments

iteration_id

The iteration ID of the sprint whose planned velocity is desired.

date_time

The date and time to calculate the planned velocity.

Value

Dataframe with two columns: PLANNED_VELOCITY and SPRINT_ITERATION_ID

Examples

1
2
3
iteration_id <- '50'
date_time <- update(as_datetime('2016-09-01T00:00:00Z'), hour = 23, minute = 59)
get_planned_velocity(iteration_id, date_time)

nickclark1000/rtfs documentation built on May 23, 2019, 4:47 p.m.