get_backlog_history: Get Historical Backlog Size

Description Usage Arguments Value Examples

Description

Get the total backlog size at different points in time.

Usage

1
get_backlog_history(iteration_ids, dates)

Arguments

iteration_ids

A comma-separated list of iteration IDs. Use get_iteration_tree to acquire a list of iterations.

dates

A list of date objects representing the points in time to calculate the backlog size.

Value

Dataframe with three columns: TOTAL_RELEASE_POINTS, TOTAL_RELEASE_COUNT and AS_OF (indicating the date)

Examples

1
2
3
iteration_ids <- '50, 51, 52'
dates <- list(Sys.Date(), Sys.Date() - 14, Sys.Date() - 28)
get_backlog_history(iteration_ids, dates)

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