Query Jira for all issues created since yesterday across my watched projects. Group by: 1. Priority (Critical first, then High, Medium, Low) 2. Within each priority, group by project For each issue show: issue key, summary, reporter, priority, and assignee (or "Unassigned"). Flag: - Any Critical/High issues that are currently Unassigned - Any issues assigned to team members who are on leave today - Any duplicate-looking issues (similar summaries) Save as "new-issues-[today's date].md" in my workspace folder.