See what has changed of an issue.

get_history(issue, host, new_since = NULL)

Arguments

issue

Number of the issue.

host

URL of the bugzilla instance if missing the R bugzilla is assumed.

new_since

A character with a Date in YYYY-MM-DD format.

Examples

get_history(issue = 1)
#>                           who                when
#> 1          admin@urbanek.info 2010-02-16 17:43:29
#> 2 simon.urbanek@r-project.org 2010-03-09 18:14:23
#> 3          admin@urbanek.info 2010-03-10 16:54:39
#> 4  shanghaihuinanzhen@163.com 2014-04-19 11:23:06
#> 5  shanghaihuinanzhen@163.com 2014-04-19 11:25:51
#> 6      kaushjaiswal@gmail.com 2014-07-08 07:00:35
#> 7  maechler@stat.math.ethz.ch 2015-12-14 13:44:54
#> 8  maechler@stat.math.ethz.ch 2018-01-16 16:21:14
#>                                                         changes issue
#> 1 attachments.mimetype, 1, application/octet-stream, text/plain     1
#> 2                             simon.urbanek@r-project.org, , cc     1
#> 3                    RESOLVED, NEW, status, resolution, , FIXED     1
#> 4                                           , depends_on, 15763     1
#> 5                                           15764, depends_on,      1
#> 6                                           15862, depends_on,      1
#> 7                                      RESOLVED, status, CLOSED     1
#> 8                                    version, R 2.11.0, R 2.y.z     1