From 55dfa602c6afa4373f4bdc520eb80d4ae6a22a5b Mon Sep 17 00:00:00 2001 From: Kendall Nelson Date: Mon, 11 Feb 2019 15:15:21 -0800 Subject: [PATCH] Add documentation for private stories Include basic information about how to create a story that has security concerns. Change-Id: I379a076f66f9794dac2add98f44c5347f55de9fd --- doc/source/gui/tasks_stories_tags.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/source/gui/tasks_stories_tags.rst b/doc/source/gui/tasks_stories_tags.rst index 22d0bef5..434cd3fd 100644 --- a/doc/source/gui/tasks_stories_tags.rst +++ b/doc/source/gui/tasks_stories_tags.rst @@ -19,7 +19,7 @@ The story describes what behavior is desired. Implementation details are generally not inluded. Create a Story --------------- +---------------- To create a story in StoryBoard: @@ -52,6 +52,19 @@ To create a story in StoryBoard: #. You will see your newly created story with a default task automatically generated to have the same name as the story. +Private Stories +---------------- + +They are created the same way that regular stories are with additional steps. + +#. After you've taken the first few steps to create the story- entered a title and + description- there is a checkbox labeled 'Private or Security Vulnerability' that + should be checked. +#. After checking the box, click the :guilabel:`Add Team or User` button to search + for and add members of the vulnerability management team or core security + groups. Whoever you add will be able to view the story. You will be able to view + the story by default. + What is a Task? ~~~~~~~~~~~~~~~