Merge "Update tasks.py to include links"

This commit is contained in:
Jenkins 2016-04-15 13:23:17 +00:00 committed by Gerrit Code Review
commit cf521f2ef9
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Task(base.BaseObject):
branch_id = None
milestone_id = None
priority = None
link = None
class TasksManager(base.BaseManager):