Function add_worklog

Source
pub async fn add_worklog(
    configuration: &Configuration,
    issue_id_or_key: &str,
    worklog: Worklog,
    notify_users: Option<bool>,
    adjust_estimate: Option<&str>,
    new_estimate: Option<&str>,
    reduce_by: Option<&str>,
    expand: Option<&str>,
    override_editable_flag: Option<bool>,
) -> Result<Worklog, Error<AddWorklogError>>
Expand description

Adds a worklog to an issue. Time tracking must be enabled in Jira, otherwise this operation returns an error. For more information, see Configuring time tracking. This operation can be accessed anonymously. Permissions required: * Browse projects and Work on issues project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.