Function tdo_export::github_issue [] [src]

pub fn github_issue(
    tdo: &mut Tdo,
    repo: &str,
    issue_text: &str,
    body: Option<&str>
) -> TdoResult<GitHub>

Creates a new issue for the given repository and returns succes or failure.