From 4287d9e113ffc60b5a9f4e0fcc46c24de61fa646 Mon Sep 17 00:00:00 2001 From: Zara Date: Wed, 30 Mar 2016 12:25:51 +0000 Subject: [PATCH] Update tasks.py to include links Now a request for a task can include notes (links). We should update this when we update the db to use the term 'notes' instead of 'links'. Change-Id: Ia38da58592dab7754cb6c7077057dfcb69d28b40 --- storyboardclient/v1/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/storyboardclient/v1/tasks.py b/storyboardclient/v1/tasks.py index cd6557b..4000800 100644 --- a/storyboardclient/v1/tasks.py +++ b/storyboardclient/v1/tasks.py @@ -27,6 +27,7 @@ class Task(base.BaseObject): branch_id = None milestone_id = None priority = None + link = None class TasksManager(base.BaseManager):