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