Report tool for scrum teams, based on jira task list export.
sbt clean assembly
Usage: scrum-report [start|data|report] [options] <team1> <team2> ...
-n, --sprintNumber <value>
Enter sprint number
Command: start [options]
Start sprint
-f, --file <value> Sprint report file
-s, --dateFrom <value> Sprint start date
-e, --dateTo <value> Sprint end date
Command: data [options]
Add date from xls report
-f, --file <value> Sprint report file
-d, --date <value> Report date
-y, --yesterday Report date is yesterday
Command: report [options]
Generate html report
-o, --out <value> Output file
<team1> <team2> ... Teams
--help prints this usage text
