addedInput schema / properties / archived
Added value: +{
+ "description": "Archive the story",
+ "type": "boolean"
+}
addedInput schema / properties / custom_fields
Added value: +{
+ "description": "Custom field values",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "field_id": {
+ "description": "Custom field UUID",
+ "format": "uuid",
+ "type": "string"
+ },
+ "value_id": {
+ "description": "Value UUID",
+ "format": "uuid",
+ "type": "string"
+ }
+ },
+ "required": [
+ "field_id",
+ "value_id"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / deadline
Added value: +{
+ "description": "Due date ISO 8601 (null to unset)",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedInput schema / properties / description / description
Previous value: -"The description of the story"New value: +"Story description"
changedInput schema / properties / epic / description
Previous value: -"The epic id of the epic the story belongs to, or null to unset"New value: +"Epic ID (null to unset)"
changedInput schema / properties / estimate / description
Previous value: -"The point estimate of the story, or null to unset"New value: +"Point estimate (null to unset)"
addedInput schema / properties / follower_ids
Added value: +{
+ "description": "Follower user UUIDs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
changedInput schema / properties / iteration / description
Previous value: -"The iteration id of the iteration the story belongs to, or null to unset"New value: +"Iteration ID (null to unset)"
changedInput schema / properties / labels / description
Previous value: -"Labels to assign to the story"New value: +"Labels to assign"
changedInput schema / properties / labels / items / properties / color / description
Previous value: -"The color of the label"New value: +"Hex color"
changedInput schema / properties / labels / items / properties / description / description
Previous value: -"The description of the label"New value: +"Label description"
changedInput schema / properties / labels / items / properties / name / description
Previous value: -"The name of the label"New value: +"Label name"
changedInput schema / properties / name / description
Previous value: -"The name of the story"New value: +"Story name"
changedInput schema / properties / owner_ids / description
Previous value: -"Array of user UUIDs to assign as owners of the story"New value: +"Owner user UUIDs"
addedInput schema / properties / project_id
Added value: +{
+ "description": "Project ID (null to unset)",
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedInput schema / properties / requested_by_id
Added value: +{
+ "description": "Requester user UUID",
+ "type": "string"
+}
changedInput schema / properties / storyPublicId / description
Previous value: -"The public ID of the story to update"New value: +"Story ID (required)"
addedInput schema / properties / team_id
Added value: +{
+ "description": "Team UUID (null to unset)",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedInput schema / properties / type / description
Previous value: -"The type of the story"New value: +"Story type"
changedInput schema / properties / workflow_state_id / description
Previous value: -"The workflow state ID to move the story to"New value: +"Workflow state ID"