Merge "Add documentation for private stories"

This commit is contained in:
Zuul 2019-03-04 18:41:19 +00:00 committed by Gerrit Code Review
commit 3fdda73b39
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?
~~~~~~~~~~~~~~~