pub fn refile(layout: &Layout, id: &str, to_project: &str) -> Result<String>Expand description
Move one issue’s heading to another project’s file. The id is not regenerated, so cross-project blocker edges keep resolving.
§Errors
Returns an error if id is not in the corpus, to_project cannot be
resolved, or either file cannot be locked or rewritten.