get_release_wis: Get Release Work Items

Description Usage Arguments Value Examples

Description

Get a list of work items for a particular team's release.

Usage

1
get_release_wis(wi_id_list, date = format(Sys.Date()))

Arguments

wi_id_list

A comma-separated list of work item IDs. Use get_release_wi_ids to acquire a list of work items.

date

The TFS API has the ability to fetch data as of a certain date. Passing a date object will return a list of work items as of this date. Defaults to today's date.

Value

api_post class of work items

Examples

1
2
wi_id_list <- '50000, 51000, 52000'
get_release_wis(wi_id_list)

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