interface LinearTriggerNodeParameters {
authentication?: "oAuth2" | "apiToken";
resources?: (
| "comment"
| "project"
| "issue"
| "reaction"
| "cycle"
| "issueLabel"
)[];
teamId?: string;
}
Properties§
Source§readonly resources?: (
| "comment"
| "project"
| "issue"
| "reaction"
| "cycle"
| "issueLabel"
)[]
readonly resources?: (
| "comment"
| "project"
| "issue"
| "reaction"
| "cycle"
| "issueLabel"
)[]
Default: []
Source§readonly team Id?: string
readonly team Id?: string
Choose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getTeams"}
Default: "apiToken"