getStories {pivotaltrackR} | R Documentation |
Get stories
Description
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
## Not run:
getStories(story_type="bug", current_state="unstarted",
search="deep learning")
## End(Not run)
[Package pivotaltrackR version 0.2.0 Index]