Files
HA-NerdFlows-Functions/issue-reports/processing_start.js

9 lines
360 B
JavaScript

const needsReponseLabel = 213
const typeBugLabel = 196
const typeEnhancementLabel = 198
const typeAdjustmentLabel = 208
flow.set("needsReponseLabel", needsReponseLabel, "diskCon")
flow.set("typeBugLabel", typeBugLabel, "diskCon")
flow.set("typeEnhancementLabel", typeEnhancementLabel, "diskCon")
flow.set("typeAdjustmentLabel", typeAdjustmentLabel, "diskCon")