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