Type Alias gitlab::api::groups::issues::IssueScope

source ·
pub type IssueScope = IssueScope;
Expand description

Filter issues by a scope.

Aliased Type§

enum IssueScope {
    CreatedByMe,
    AssignedToMe,
    All,
}

Variants§

§

CreatedByMe

Filter issues created by the API caller.

§

AssignedToMe

Filter issues assigned to the API caller.

§

All

Return all issues.