pub async fn attachments(
client: &JiraClient,
out: &OutputConfig,
key: &str,
) -> Result<(), ApiError>Expand description
List the attachments on an issue.
pub async fn attachments(
client: &JiraClient,
out: &OutputConfig,
key: &str,
) -> Result<(), ApiError>List the attachments on an issue.