Save File and grouped label metrics
This release includes the following:
save file
-s argument on command line saves output to a file for use in presentations and reports. Addresses issue #23
label count metrics
produces an interactive bar graph of top N labels used to classify issues. When a label groupings configuration file is supplied, this will be a stacked bar graph organised by label group. Hover over each bar to see the individual labels and their counts. Use -nl argument to specify N.
label output file (-ol/-outlabfile)
writes issue labels to a CSV file. Useful as a source file for creating the label groupings configuration file.
label input file (-il/-inlabfile)
reads in a label groupings configuration file (CSV) and displays a stcaked bar graph of grouped label counts. Without this, the bar graph displays individual labels counts.
documentation
updated to cover new functionality, provide additional examples and updated images for program output