pub fn import_jira(
cfg: &JiraConfig,
jql: &str,
out_dir: &Path,
max_results: u32,
dry_run: bool,
) -> Result<Vec<PathBuf>>Expand description
Import issues matching jql into out_dir as review drafts (never
corpus/responses/). Returns the paths written, or, when dry_run is
set, the paths that would be written without touching the filesystem or
fetching comments.