pub type IssueOrderBy = IssueOrderBy;
Expand description
Keys issue results may be ordered by.
Aliased Type§
pub enum IssueOrderBy {
CreatedAt,
UpdatedAt,
Priority,
DueDate,
RelativePosition,
LabelPriority,
MilestoneDue,
Popularity,
Weight,
Title,
}
Variants§
CreatedAt
Sort by creation date.
UpdatedAt
Sort by last updated date.
Priority
Sort by priority.
DueDate
Sort by due date.
RelativePosition
Sort by relative position.
TODO: position within what?
LabelPriority
Sort by priority labels.
MilestoneDue
Sort by milestone due date.
Popularity
Sort by popularity.
Weight
Sort by weight.
Title
Sort by type.