STORY_STATUS
STORY_STATUS represents filtering states that a Story can be in.
enum STORY_STATUS {
OPEN
CLOSED
}
Values
STORY_STATUS.OPEN
OPEN represents when a given Story is open for commenting.
STORY_STATUS.CLOSED
CLOSED represents when a given Story is not open for commenting.