Merge "Add support for private stories"

This commit is contained in:
Jenkins 2016-08-10 10:29:59 +00:00 committed by Gerrit Code Review
commit 58d9f14af5
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Story(base.BaseObject):
status = None
tags = None
story_type_id = None
private = None
tasks = tasks.TasksNestedManager
comments = timeline.CommentsNestedManager