pub async fn log_work( client: &JiraClient, out: &OutputConfig, key: &str, time_spent: &str, comment: Option<&str>, started: Option<&str>, ) -> Result<(), ApiError>
Log work (time) on an issue.