Skip to main content

Issues

Type Alias Issues 

Source
pub type Issues<'a> = ProjectIssues<'a>;
Expand description

Query for issues within a project.

TODO: Negation (not) filters are not yet supported.

Aliased Typeยง

pub struct Issues<'a> { /* private fields */ }