The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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