changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
changedInput schema / properties / acceptance_criteria / description
Previous value: -"Acceptance criteria (for user stories)"New value: +"Acceptance criteria (use markdown syntax when format is \"markdown\", HTML tags when format is \"html\")"
removedInput schema / properties / acceptance_criteria / nullable
Removed value: -true
changedInput schema / properties / acceptance_criteria / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / activity / nullable
Removed value: -true
changedInput schema / properties / activity / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / area_path / nullable
Removed value: -true
changedInput schema / properties / area_path / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / assigned_to / nullable
Removed value: -true
changedInput schema / properties / assigned_to / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / board_column / nullable
Removed value: -true
changedInput schema / properties / board_column / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / board_row / nullable
Removed value: -true
changedInput schema / properties / board_row / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedInput schema / properties / description / description
Previous value: -"Work item description (Basic HTML supported)"New value: +"Work item description (use markdown syntax when format is \"markdown\", HTML tags when format is \"html\")"
removedInput schema / properties / description / nullable
Removed value: -true
changedInput schema / properties / description / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / effort / nullable
Removed value: -true
changedInput schema / properties / effort / type
Previous value: -"number"New value: +[
+ "number",
+ "null"
+]
removedInput schema / properties / fields / nullable
Removed value: -true
changedInput schema / properties / fields / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / format
Added value: +{
+ "default": "markdown",
+ "description": "Format for large text fields (description, acceptance criteria, repro steps, justification): \"markdown\" or \"html\" (default: \"markdown\")",
+ "type": "string"
+}
removedInput schema / properties / iteration_path / nullable
Removed value: -true
changedInput schema / properties / iteration_path / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedInput schema / properties / justification
Added value: +{
+ "default": null,
+ "description": "Justification (CMMI process template; use markdown syntax when format is \"markdown\", HTML tags when format is \"html\")",
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedInput schema / properties / priority / nullable
Removed value: -true
changedInput schema / properties / priority / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
removedInput schema / properties / remaining_work / nullable
Removed value: -true
changedInput schema / properties / remaining_work / type
Previous value: -"number"New value: +[
+ "number",
+ "null"
+]
changedInput schema / properties / repro_steps / description
Previous value: -"Reproduction steps (for bugs)"New value: +"Reproduction steps (use markdown syntax when format is \"markdown\", HTML tags when format is \"html\")"
removedInput schema / properties / repro_steps / nullable
Removed value: -true
changedInput schema / properties / repro_steps / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / severity / nullable
Removed value: -true
changedInput schema / properties / severity / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / start_date / nullable
Removed value: -true
changedInput schema / properties / start_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / state / nullable
Removed value: -true
changedInput schema / properties / state / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / story_points / nullable
Removed value: -true
changedInput schema / properties / story_points / type
Previous value: -"number"New value: +[
+ "number",
+ "null"
+]
removedInput schema / properties / tags / nullable
Removed value: -true
changedInput schema / properties / tags / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / target_date / nullable
Removed value: -true
changedInput schema / properties / target_date / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / properties / title / nullable
Removed value: -true
changedInput schema / properties / title / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedInput schema / title
Removed value: -"UpdateWorkItemArgs"