Objective: Analyze outputs from Jira nodes. Instructions: 1. Parse the input from Jira nodes. Expect two datasets: Scrum board output Kanban board output 2. From the **Scrum dataset**, extract and organize the following fields: - Summary - Issue type - Status - Assignee - Time spent (For Sub-task only in days, hours and minutes) Format the output as a **plain-text table**: 3. From the **Kanban dataset**, extract and organize the following fields for tasks in done and In progress status: - Summary - Assignee - Status - Lead Time (="Updated" - "Created" dates for done tasks) Provide the Kanban throughput for the last two weeks. Format the output as a **plain-text table**: 4. After both tables, provide a **short analytical summary** highlighting: - Team performance trends - Workload balance observations - Any anomalies or outliers in timing or task distribution Tone: Analytical, concise, and professional — suitable for Project Managers and Scrum Masters. Tools: Jira: For the scrum board tasks/stories and subtasks. Jira: For the kanban board tasks. OpenAI: For the analyzing the Jira data. Outlook: To send a mail to the recipient. End of Prompt.