diff --git a/module/task/ui/batchcreate.html.php b/module/task/ui/batchcreate.html.php
index 3bf9f1293c..c930a997b5 100644
--- a/module/task/ui/batchcreate.html.php
+++ b/module/task/ui/batchcreate.html.php
@@ -27,6 +27,7 @@ if(!$hideStory)
set::label($lang->task->story),
set::control('picker'),
set::items($stories),
+ set::value($storyID),
set::width('240px'),
set::ditto(true)
);