Skip to main content

log_work

Function log_work 

Source
pub async fn log_work(
    client: &JiraClient,
    out: &OutputConfig,
    key: &str,
    time_spent: &str,
    comment: Option<&str>,
    started: Option<&str>,
) -> Result<(), ApiError>
Expand description

Log work (time) on an issue.