get_sprint_history: Get Sprint History

Description Usage Arguments Value Examples

Description

Get the cumulative completed work item points on each day of a sprint.

Usage

1
get_sprint_history(iteration_id, sprint_start_date, sprint_end_date)

Arguments

iteration_id

An iteration ID. Use get_iteration_tree to acquire a list of iterations.

sprint_start_date

First day of the sprint.

sprint_end_date

Last day of the sprint.

Value

Dataframe with five columns: COMPLETED_POINTS, TOTAL_POINTS, COMPLETED_COUNT, TOTAL_COUNT and AS_OF (indicating the date)

Examples

1
2
3
4
iteration_id <- '50'
sprint_start_date <- '2016-01-01'
sprint_end_date <- '2016-01-14'
get_sprint_history(iteration_id, sprint_start_date, sprint_end_date)

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