Aggregation Report Email Alert by attaching report

Hi All,

When Aggregation is executed, mail alert should be sent to the users or workgroup selected in the aggregation task.
how can we retrieve the users or Workgroup into the rule for sending a mail alert for selected one.
In report attached to the Mail , getting Jasper meta data , how can we convert the metadata into formattable data.
Can any help on above two Queries

Hi @AkashRaavi131

Can you please explain your use case. it will help us to guide you what to do in this scenario ?

Hi @AkashRaavi131 - Can we get a little more detail ?

@AkashRaavi131 Are you using task completion rule? You should have access to task result object, using that you can get the task definition:getDefinition() and from there you can see what workgroup is selected.

For the report part, it is available as JasperReport. There is no OOTB module available to convert it to regular report. You need to read the data from jasper report object and do the necessary parsing before attaching as a regular csv report.