getStories: Get stories

Description Usage Arguments Value Examples

Description

Get stories

Usage

1
getStories(..., search = NULL, query = list())

Arguments

...

"Filter" terms to refine the query. See https://www.pivotaltracker.com/help/articles/advanced_search/. This is how you search for stories in the Pivotal Tracker web app.

search

A search string

query

List of query parameters. See https://www.pivotaltracker.com/help/api/rest/v5#Stories. Most are not valid when filter terms are used.

Value

A 'stories' object: a list of all stories matching the search.

Examples

1
2
3
4
5
## Not run: 
getStories(story_type="bug", current_state="unstarted",
    search="deep learning")

## End(Not run)

pivotaltrackR documentation built on Jan. 13, 2021, 5:43 a.m.