Skip to main content

StoryUpdateInput

Attributes for story update

input StoryUpdateInput {
archived: Boolean
autoAssignDates: Boolean
customerIds: [ID!]
description: String
descriptionShort: String
id: ID!
name: String
ongoing: Boolean
personaIds: [ID!]
pin: ResourcePin
preliminaryDate: Boolean
replaceSecondaryTopics: Boolean
secondaryTopicIds: [ID!]
statusId: ID
topicId: ID
}

Fields

StoryUpdateInput.archived ● Boolean scalar

Story archived

StoryUpdateInput.autoAssignDates ● Boolean scalar

Indicates if dates are auto-assigned

StoryUpdateInput.customerIds ● [ID!] list scalar

Customers ids for the story

StoryUpdateInput.description ● String scalar

Story description

StoryUpdateInput.descriptionShort ● String scalar

Short story description

StoryUpdateInput.id ● ID! non-null scalar

Story id

StoryUpdateInput.name ● String scalar

Story name

StoryUpdateInput.ongoing ● Boolean scalar

Story ongoing

StoryUpdateInput.personaIds ● [ID!] list scalar

Personas ids for the story

StoryUpdateInput.pin ● ResourcePin enum

Pin of the story

StoryUpdateInput.preliminaryDate ● Boolean scalar

Story preliminary_date

StoryUpdateInput.replaceSecondaryTopics ● Boolean scalar

Whether to replace secondary topics rather than merge

StoryUpdateInput.secondaryTopicIds ● [ID!] list scalar

Secondary topic ids for the story

StoryUpdateInput.statusId ● ID scalar

Story status id

StoryUpdateInput.topicId ● ID scalar

Topic id to which the story belongs

Member Of

UpdateStoryInput input