The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XPlanner::Story - User stories in an iteration

SYNOPSIS

use XPlanner;

my $xp->login(...);

my $iteration = $xp->projects->{"Project Name"}
                   ->iterations->{"Iteration Name"};
my $story     = $iteration->stories->{"Some Story"};
$story->delete;

DESCRIPTION

A story contains the following fields

These are required when creating a new story

name
description

These are optional

customerId
trackerId
lastUpdateTime
priority
estimatedHours
originalEstimatedHours
adjustedEstimatedHours
actualHours
remainingHours
completed