pub fn list(
layout: &Layout,
project_filter: Option<&str>,
state_filter: Option<&str>,
ready_only: bool,
) -> Result<String>Expand description
One row per issue: id, state, priority cookie, title.
ยงErrors
Returns an error if the corpus cannot be read.