Is there a way to schedule a report job via visualize? If not is there any chance that will be a new feature in a future release?
2 Answers:
Posted on September 3, 2015 at 2:44pm
Visualize.js is just a report displaying tool. You can just use the JasperReports Server REST v2 API to schedule a report.
http://community.jaspersoft.com/documentation/tibco-jasperreports-server...
Posted on September 6, 2015 at 12:11pm
I know that there is a rest endpoint, but I was hoping that, since visualize is already using the rest api pretty heavily, there would be a way to schedule reports without having to roll my own rest client. Its really a shame visualize isn't part of the community project, cause I can't put in a patch to it to simplify my code and potentially help people in the future.