interface GetIssueSourceResponse {
    type:
        | "Project"
        | "Filter"
        | "Board"
        | "Custom";
    value: number;
}

Properties

Properties

type:
    | "Project"
    | "Filter"
    | "Board"
    | "Custom"

The issue source type. This is "Board", "Project" or "Filter".

value: number

The issue source value. This is a board ID if the type is "Board", a project ID if the type is "Project" or a filter ID if the type is "Filter".