ExClubhouse v0.5.1 ExClubhouse.Model.Input.Story View Source

Story input model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.Input.Story{
  archived: boolean(),
  comments: [ExClubhouse.Model.CreateStoryCommentParams.t()],
  completed_at_override: binary(),
  created_at: binary(),
  deadline: binary(),
  description: binary(),
  epic_id: integer() | nil,
  estimate: integer() | nil,
  external_id: binary(),
  external_tickets: [ExClubhouse.Model.CreateExternalTicketParams.t()],
  file_ids: [integer()],
  follower_ids: [binary()],
  iteration_id: integer() | nil,
  labels: [ExClubhouse.Model.CreateLabelParams.t()],
  linked_file_ids: [integer()],
  name: binary(),
  owner_ids: [binary()],
  project_id: integer(),
  requested_by_id: binary(),
  started_at_override: binary(),
  story_links: [ExClubhouse.Model.CreateStoryLinkParams.t()],
  story_type: binary(),
  tasks: [ExClubhouse.Model.CreateTaskParams.t()],
  updated_at: binary(),
  workflow_state_id: integer()
}