Interface LinearTriggerNodeParameters

Source
interface LinearTriggerNodeParameters {
    authentication?: "oAuth2" | "apiToken";
    resources?: (
        | "comment"
        | "project"
        | "issue"
        | "reaction"
        | "cycle"
        | "issueLabel"
    )[];
    teamId?: string;
}

Properties§

Source§

readonly authentication?: "oAuth2" | "apiToken"

Default: "apiToken"

Source§

readonly resources?: (
    | "comment"
    | "project"
    | "issue"
    | "reaction"
    | "cycle"
    | "issueLabel"
)[]

Default: []

Source§

readonly teamId?: string

Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getTeams"}