interface TaigaTriggerNodeParameters {
operations?: (
"create"
| "delete"
| "all"
| "change"
)[];
projectId?: string;
resources?: (
| "all"
| "task"
| "issue"
| "milestone"
| "userstory"
| "wikipage"
)[];
}Properties§
§§
readonly operations?: ("create" | "delete" | "all" | "change")[]§
readonly project Id?: stringChoose from the list, or specify an ID using an expression Type options: {"loadOptionsMethod":"getUserProjects"}
readonly resources?: (
| "all"
| "task"
| "issue"
| "milestone"
| "userstory"
| "wikipage"
)[]Resources to listen to Default: ["all"]
Operations to listen to Default: ["all"]