pub async fn update(
client: &JiraClient,
out: &OutputConfig,
key: &str,
update: &IssueUpdate<'_>,
custom_fields: &[(String, Value)],
) -> Result<(), ApiError>pub async fn update(
client: &JiraClient,
out: &OutputConfig,
key: &str,
update: &IssueUpdate<'_>,
custom_fields: &[(String, Value)],
) -> Result<(), ApiError>