Labeling of data
PeakTMS provides the functionality to label the application data at a certain timestamp for later comparison between original planning and real development. The job is implemented by com.peaksolution.prp.scheduler.label.LabelJobDefFactory.
Planning label scheduler
Administrators can define labeling points in which all activities over a certain period ar archived for later comparison. The labeling job reads those points and does the archiving. Here can be specified in which interval the archiving job is looking for those labeling points.
MANUAL_LABEL.cron=0 */15 * * * ? *
Automatic labeling
Additionally, the scheduler can be configured to automatically label a set of activities regularly. The job is implemented by com.peaksolution.prp.scheduler.autolabel.AutoLabelJobDefFactory
Specify label interval
AUTO_LABEL.cron=0 0 0 ? * 1 *
Define the name of the label
The label job automatically creates a name for each label. Here you can specify the pattern for the generation.
AUTO_LABEL.namepattern=weekly_plan_ddMMyyyy
Define label offset
The offset defines how many days into the past will be archived. The job will label all tasks in the future back to the past offset. #start offset for auto label
AUTO_LABEL.start_offset=-7