Function get_attachment

Source
pub async fn get_attachment(
    configuration: &Configuration,
    id: &str,
) -> Result<AttachmentMetadata, Error<GetAttachmentError>>
Expand description

Returns the metadata for an attachment. Note that the attachment itself is not returned. This operation can be accessed anonymously. Permissions required: * Browse projects project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.