get_attachment: Retrieve information about attachments

Description Usage Arguments Value Examples

View source: R/get_attachment.R

Description

Given an issue or an attachment

Usage

1
get_attachment(issue, attachment, host)

Arguments

issue

Number of the issue.

attachment

A numeric ID of the attachment.

host

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

Value

A data.frame with the information available.

Examples

1
2
get_attachment(issue = 1)
get_attachment(attachment = 1)

llrs/bugRzilla documentation built on Nov. 7, 2021, 4:27 a.m.