Add documentation for private stories

Include basic information about how to create a story that has security
concerns.

Change-Id: I379a076f66f9794dac2add98f44c5347f55de9fd
This commit is contained in:
Kendall Nelson 2019-02-11 15:15:21 -08:00
parent 5b92ef33fb
commit 55dfa602c6
1 changed files with 14 additions and 1 deletions

View File

@ -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?
~~~~~~~~~~~~~~~