Skip to contents

Get stories

Usage

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

if (FALSE) {
getStories(story_type="bug", current_state="unstarted",
    search="deep learning")
}