projects: - project_code: OHT1 project_name: Operation Hub Testing enabled: true jira_project_key: OHT1 teams_enabled: true teams_webhook_url_env: https://defaultf01e930ab52e42b1b70fa8882b5d04.3b.environment.api.powerplatform.com:443/powerautomate/automations/direct/workflows/f47e89d5f4764aeea29316dfc67d8b49/triggers/manual/paths/invoke?api-version=1&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=d3HvJJie6GypA5CYmJoyXtU4WIlmDa4HDy3446o0ftg teams_webhook_url: https://defaultf01e930ab52e42b1b70fa8882b5d04.3b.environment.api.powerplatform.com:443/powerautomate/automations/direct/workflows/f47e89d5f4764aeea29316dfc67d8b49/triggers/manual/paths/invoke?api-version=1&sp=%2Ftriggers%2Fmanual%2Frun&sv=1.0&sig=d3HvJJie6GypA5CYmJoyXtU4WIlmDa4HDy3446o0ftg teams_payload_mode: workflow_json teams_target_note: null report_times: - 08:00 - '17:30' rules: stale_days: 3 due_soon_days: 2 bug_inprogress_hours: 4 member_open_issue_threshold: 8 member_open_bug_threshold: 5 jql_groups: due_soon: project = OHT1 AND duedate > startOfDay() AND duedate <= 2d AND statusCategory != Done ORDER BY duedate ASC due_today: project = OHT1 AND duedate = startOfDay() AND statusCategory != Done ORDER BY priority DESC open_bugs: project = OHT1 AND issuetype = Bug AND statusCategory != Done ORDER BY priority DESC, created DESC no_assignee: project = OHT1 AND assignee is EMPTY AND statusCategory != Done ORDER BY priority DESC no_due_date: project = OHT1 AND duedate is EMPTY AND statusCategory != Done ORDER BY updated DESC open_issues: project = OHT1 AND statusCategory != Done ORDER BY updated DESC bug_no_owner: project = OHT1 AND issuetype = Bug AND assignee is EMPTY AND statusCategory != Done ORDER BY priority DESC stale_update: project = OHT1 AND updated <= -3d AND statusCategory != Done ORDER BY updated ASC reopened_bugs: project = OHT1 AND issuetype = Bug AND status CHANGED FROM Done TO "In Progress" AFTER -14d ORDER BY updated DESC open_high_bugs: project = OHT1 AND issuetype = Bug AND priority in (Highest, High, Critical, Blocker) AND statusCategory != Done ORDER BY priority DESC overdue_issues: project = OHT1 AND duedate < startOfDay() AND statusCategory != Done ORDER BY duedate ASC member_bug_load: project = OHT1 AND issuetype = Bug AND statusCategory != Done ORDER BY assignee ASC, priority DESC member_story_load: project = OHT1 AND issuetype in (Story, Task, Sub-task) AND statusCategory != Done ORDER BY assignee ASC bug_in_progress_over_4h: project = OHT1 AND issuetype = Bug AND status = "In Progress" AND status CHANGED TO "In Progress" BEFORE -4h ORDER BY priority DESC enabled_criteria: - open_issues - overdue_issues - due_today - due_soon - no_due_date - no_assignee - stale_update - open_bugs - open_high_bugs - bug_no_owner - bug_in_progress_over_4h - reopened_bugs - member_bug_load - member_story_load enabled_summary_widgets: []