changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "changelog": {
+ "description": "Issue change history",
+ "type": "object"
+ },
+ "error": {
+ "description": "Error code if connection or issue lookup failed",
+ "type": "string"
+ },
+ "expand": {
+ "description": "Expansion options applied",
+ "type": "string"
+ },
+ "fields": {
+ "description": "Issue fields including summary, status, assignee, priority, description, comments, attachments, linked issues",
+ "type": "object"
+ },
+ "id": {
+ "description": "Issue ID",
+ "type": "string"
+ },
+ "key": {
+ "description": "Issue key",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection or issue lookup failed",
+ "type": "string"
+ },
+ "self": {
+ "description": "API URL for this issue",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}