pub fn links_to(branch: &str, iid: u64) -> boolExpand description
Whether GitLab links a branch of this name to the issue.
GitLab matches the issue’s own iid followed by a hyphen at the start of the name, so a prefix of any other shape links to nothing.