-
Sub-task
-
Resolution: Done
-
L3 - Default
-
None
-
Not defined
Context:
To migrate the current flownode selection customisation in the report config menu, we need to adjust the executedFlowNodes filter to also be available on view level. Then, we can translate the previous flownode selection in the config menu as a "not in" view level executedFlowNodesFilter.
Structure:
{ "type": "executedFlowNodes" "filterLevel": "view" "data": { operator: "not in" values: ['flowNodeId', ....] } }
AT:
- ExecutedFlowNode filters can be applied on view level
- Confluence filter page is updated
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-5339 Migrate old FlowNode selection to ExecutedFlowNode viewLevel Filter
- Done