Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 730 Bytes

HistoryReferenceStory.md

File metadata and controls

26 lines (20 loc) · 730 Bytes

Shortcut::HistoryReferenceStory

Properties

Name Type Description Notes
id Integer The ID of the entity referenced.
entity_type String The type of entity referenced.
app_url String The application URL of the Story.
name String The name of the entity referenced.
story_type String If the referenced entity is a Story, either "bug", "chore", or "feature".

Example

require 'shortcut_client_ruby'

instance = Shortcut::HistoryReferenceStory.new(
  id: null,
  entity_type: null,
  app_url: null,
  name: null,
  story_type: null
)