A single issue can be obtained by identification number of number
is passed through ...
s.
In this case, all other query parameters will be ignored.
get_issues(ref, limit = 1000, ...)
ref | Repository reference (list) created by |
---|---|
limit | Number of records to return, passed directly to |
... | Additional user-defined query parameters. Use |
Content of GET request as list
Other issues:
get_issue_comments()
,
get_issue_events()
,
parse_issue_comments()
,
parse_issue_events()
,
parse_issues()
,
post_issue_update()
,
post_issue()
,
report_discussion()
,
report_progress()
,
viz_waterfall()
if (FALSE) { myrepo <- create_repo_ref('emilyriederer', 'myrepo') issues_res <- get_issues(myrepo) issues <- parse_issues(issues_res) }