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