addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / assignee / description
Previous value: -"New assignee account ID (optional, use null string to unassign)"New value: +"New assignee account ID"
changedInput schema / properties / components / description
Previous value: -"New components array (replaces existing components) - optional"New value: +"New components (replaces existing)"
changedInput schema / properties / description / anyOf
Previous value: -[
- {
- "type": "string"
- },
- {
- "type": "object"
- }
-]New value: +[
+ {
+ "type": "string"
+ }
+]
changedInput schema / properties / description / description
Previous value: -"New issue description (optional). Accepts plain text (auto-formatted to ADF) or an ADF document."New value: +"New description. Accepts plain text or ADF object."
addedInput schema / properties / format
Added value: +{
+ "default": "markdown",
+ "description": "Description format: \"markdown\" (converts Markdown to ADF), \"adf\" (use as-is ADF object), \"plain\" (converts plain text to ADF with basic formatting). Default: \"markdown\"",
+ "enum": [
+ "markdown",
+ "adf",
+ "plain"
+ ],
+ "type": "string"
+}
changedInput schema / properties / issueKey / description
Previous value: -"Issue key to update (e.g., PROJECT-123)"New value: +"Issue key to update"
changedInput schema / properties / labels / description
Previous value: -"New labels array (replaces existing labels) - optional"New value: +"New labels (replaces existing)"
addedInput schema / properties / parent
Added value: +{
+ "description": "New parent issue key (e.g., PROJECT-100). Set to empty string to remove the parent.",
+ "type": "string"
+}
changedInput schema / properties / priority / description
Previous value: -"New priority name (e.g., High, Medium, Low) - optional"New value: +"New priority"
removedInput schema / properties / returnIssue / default
Removed value: -true
changedInput schema / properties / returnIssue / description
Previous value: -"If false, returns a success message without fetching the updated issue"New value: +"When false, skip fetching full issue after update"
changedInput schema / properties / summary / description
Previous value: -"New issue summary/title (optional)"New value: +"New summary"