Accelo – Extract task and ticket titles under Timesheet Report
Go to “Timesheet Report”
Select the Date Range
Right Click -> Inspect Page
On Console, input:
var tmp999 = ''; jQuery("#timesheet td a").map(function(v,i) { tmp999 += jQuery(i).text() + "\n" }); console.log(tmp999);