Typedef
Static Public Summary | ||
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
|
|
public |
StoryNode: Story | InvalidStory | Issue |
Static Public
public Story: Object source
Properties:
Name | Type | Attribute | Description |
id | number | story id |
|
title | string | story title |
|
type | string | story type |
|
status | string | story status |
|
parentId | number | parent story id |
|
dependIds | number[] | depends story id |
|
members | Member[] | member list |
|
children | Story[] | children story list |
|
sprint? | Sprint | sprint |
|
time? | {spent: ?number, es50: ?number, es90: ?number} | time |
|
card | Card | Trello card |