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

NAME

WebService::PivotalTracker::ProjectIteration - A single iteration in a project

VERSION

version 0.12

SYNOPSIS

DESCRIPTION

This class represents a single project iteration.

  my $iterations = $pt->project_iterations(...)->[0];
  say $_->name for $iteration->stories->@*;

ATTRIBUTES

This class provides the following attribute accessor methods. Each one corresponds to a property defined by the PT REST API V5 iteration resource docs.

number

length

team_strength

start

This will be returned as a DateTime object.

finish

This will be returned as a DateTime object.

kind

raw_content

The raw JSON used to create this object.

METHODS

This class provides the following methods:

$iter->stories

This method contains an array reference of WebService::PivotalTracker::Story object contained in the iteration.

SUPPORT

Bugs may be submitted through https://github.com/maxmind/WebService-PivotalTracker/issues.

AUTHOR

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 - 2020 by MaxMind, Inc.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)