changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection failed",
+ "type": "string"
+ },
+ "expand": {
+ "description": "Expansion options applied",
+ "type": "string"
+ },
+ "issues": {
+ "description": "List of issues matching the JQL query",
+ "items": {
+ "properties": {
+ "expand": {
+ "description": "Expansion options for this issue",
+ "type": "string"
+ },
+ "fields": {
+ "description": "Issue fields (summary, status, assignee, etc.)",
+ "type": "object"
+ },
+ "id": {
+ "description": "Issue ID",
+ "type": "string"
+ },
+ "key": {
+ "description": "Issue key (e.g., PROJ-123)",
+ "type": "string"
+ },
+ "self": {
+ "description": "API URL for this issue",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "maxResults": {
+ "description": "Maximum results per request",
+ "type": "number"
+ },
+ "message": {
+ "description": "Error message if connection failed",
+ "type": "string"
+ },
+ "startAt": {
+ "description": "Index of first result returned",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total number of issues matching query",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}