Skip to main content

issue_new_task

Function issue_new_task 

Source
pub fn issue_new_task(
    project_id: i64,
    repo_id: Option<i64>,
    issue: &GithubIssue,
) -> NewTask
Expand description

An issue mapped to a task, always landing in proposed: imports are untriaged like any other machine-generated task, and priority is not guessed from labels in v1 — triage assigns it. repo_id carries the repo the issues were fetched from, so an imported task dispatches into the checkout it came from rather than the project default.