Read a stories gsheet that maps to tests instead of requirements

read_stories_only_gsheet(
  ss,
  sheet = NULL,
  story_id_col = "StoryId",
  story_name_col = "StoryName",
  story_description_col = "StoryDescription",
  risk_col = "ProductRisk",
  test_ids_col = "TestIds"
)