rmtoo-art-stats-sprint-burndown1

NAME
DESCRIPTION
CONFIGURATION
SEE ALSO
AUTHOR
COPYRIGHT

NAME

rmtoo-art-stats-sprint-burndown1 - requirements management tool: Burndown diagram for current sprint

DESCRIPTION

The rmtoo requirment management tool is able to output the burndown diagram for the complete project as well as for the current sprint. For the first one, please consult rmtoo-art-stats-burndown(1).

The burndown diagram contains the ’not done’, ’assigned’ and ’finished’ requirements started from the given sprint start until today in units of the Effort Estimation. Please consult rmtoo-req-format(5) section KEY ’Effort estimation’ for details about this units.

CONFIGURATION

The configuration for this output module goes (as all other output module’s configuration) in the output section of the configuration.

The key must be stats_sprint_burndown1. The following parameters must be included in the map:

output_filename The parameter is the name of the file where the priority lists will be stored.

start_date The date when the project starts. The format must be YYYY-MM-DD. If this is not specified, yesterday is assumed.

Example

"stats_sprint_burndown1": [
{
"output_filename": "artifacts/stats_sprint_burndown.csv",
"start_date": "2011-04-25"
}
]

SEE ALSO

rmtoo(7) - overview of rmtoo including all references to available documentation.

AUTHOR

Written by Andreas Florath (rmtoo@florath.net)

COPYRIGHT

Copyright © 2011 by flonatel (rmtoo@florath.net). License GPLv3+: GNU GPL version 3 or later