-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- Adjust the 'distributedBy' report configuration property to allow grouping by assignee/candidate group.
- Evaluating a report distributed by assignee/candidate should only be possible when the report view is 'userTask' and the groupBy is 'FlowNode'
Example evaluation result:
{ "instanceCount" : 5, "isComplete" : true, "type" : "hyperMap", "data" : [{ "key": "approveInvoice", "label": "Approve Invoice", "value": [ {"key": "demo", "label": "demo", "value": "124"}, {"key": "john", "label": "John", "value": "50"} ] },{ "key": "reviewInvoice", "label": "Review Invoice", "value": [ {"key": "demo", "label": "demo", "value": "0"} // <-- edit: add empty distributed by result {"key": "john", "label": "John", "value": "20"} ] }], }
This is the controller panel for Smart Panels app
[OPT-3170] adjust report configurations to include distribute by assignee and candidate group
Assignee | Original: Sebastian Bathke [ sebastian.bathke ] | New: Helene Waechtler [ helene.waechtler ] |
Status | Original: Open [ 1 ] | New: In Specification [ 10000 ] |
Labels | Original: current_release report_builder | New: current_release next_release report_builder |
Labels | Original: current_release next_release report_builder | New: next_release report_builder |
Labels | Original: next_release report_builder | New: current_release next_release report_builder |
Labels | Original: current_release next_release report_builder | New: current_release report_builder |
Status | Original: In Specification [ 10000 ] | New: In Development [ 10312 ] |
It makes sense to wait with this ticket until
OPT-2519is merged.