From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

XPlanner::Story - User stories in an iteration

SYNOPSIS

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