Module: PivotalAPI

Defined in:
lib/pivotal-tracker-api/task.rb,
lib/pivotal-tracker-api/me.rb,
lib/pivotal-tracker-api/base.rb,
lib/pivotal-tracker-api/label.rb,
lib/pivotal-tracker-api/story.rb,
lib/pivotal-tracker-api/client.rb,
lib/pivotal-tracker-api/person.rb,
lib/pivotal-tracker-api/comment.rb,
lib/pivotal-tracker-api/project.rb,
lib/pivotal-tracker-api/service.rb,
lib/pivotal-tracker-api/activity.rb,
lib/pivotal-tracker-api/analytics.rb,
lib/pivotal-tracker-api/iteration.rb,
lib/pivotal-tracker-api/file_attachment.rb,
lib/pivotal-tracker-api/story_transition.rb,
lib/pivotal-tracker-api/string_extensions.rb,
lib/pivotal-tracker-api/cycle_time_details.rb

Overview

PROPERTIES total_cycle_time int

—  The total amount of time, in milliseconds, between when the story was first started to when it was last accepted. In the case where a story has not been accepted, it is the time between when the story was first started to the current time. If the story has not been started, this property is not returned. This field is read only.

started_time int

—  The total amount of time, in milliseconds, that the story was in the started state. This field is read only.

started_count int

—  The number of times that the story has been in the started state. This field is read only.

finished_time int

—  The total amount of time, in milliseconds, that the story was in the finished state. This field is read only.

finished_count int

—  The number of times that the story has been in the finished state. This field is read only.

delivered_time int

—  The total amount of time, in milliseconds, that the story was in the delivered state. This field is read only.

delivered_count int

—  The number of times that the story has been in the delivered state. This field is read only.

rejected_time int

—  The total amount of time, in milliseconds, that the story was in the rejected state. This field is read only.

rejected_count int

—  The number of times that the story has been in the rejected state. This field is read only.

story_id int

—  The id of the associated story. This field is read only.

kind string

—  The type of this object: cycle_time_details. This field is read only.

Defined Under Namespace

Modules: Extensions Classes: Activity, Analytics, Base, Client, Comment, Comments, CycleTimeDetails, FileAttachment, FileAttachments, Iteration, Iterations, Label, Labels, Me, People, Person, Project, Projects, Service, Stories, Story, StoryTransition, StoryTransitions, Task, Tasks