Description Usage Arguments Examples
Query the issue tracker
1 2 3 4 | gh_tracker_search(columns = c("id", "activity", "title", "creator", "status"),
sort = desc("activity"), filter = c("status", "assignedto"),
status = c(-1, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10), ...,
session = tracker_login())
|
columns |
which columns to return |
sort |
A column to sort the data by |
filter |
what columns are used to filter |
status |
the status codes used to filter |
... |
Additional query parameters |
session |
the HTTP session to use |
1 | tracker_search("@search_text" = "normalize450k")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.