Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
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