...
(issue.properties['stjc-field-817']?.values ? issue.properties['stjc-field-22']?.values?.reduce((a, b) => a + Number(b.get("2974")) ,0) : 0 ) >= 50
, where
22
is the table Table ID;
2974
is a table column ID.
...
...
(issue.properties['stjc-field-817']?.values ? issue.properties['stjc-field-22']?.values?.reduce((a, b) => a + Number(b.get("2974")) ,0) : 0 ) >= 50
, where
22
is the table Table ID;
2974
is a table column ID.
...