feat(FR-2559): add Teams notification, Jira integration, and result parsing to e2e-watchdog#6666
Draft
nowgnuesLee wants to merge 2 commits intomainfrom
Conversation
…arsing to e2e-watchdog Enhance the e2e-watchdog agentic workflow with: - Structured Playwright JSON result parsing step (FR-2561) - Microsoft Teams webhook notification via Adaptive Card (FR-2560) - Jira issue auto-creation/update on failure with auto-resolve on pass (FR-2563) - workflow_dispatch inputs for test_filter and notify_teams (FR-2564) - Inline documentation for required secrets and variables (FR-2565) All notification steps are implemented as standard GHA steps (not agent instructions) to avoid agentic network allowlist restrictions. Note: .lock.yml recompilation required via `gh aw compile` after merge. Resolves FR-2560, FR-2561, FR-2563, FR-2564, FR-2565
Contributor
Author
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 14, 2026
…w v0.68.1
- Fix template injection vulnerabilities: move ${{ }} expressions
to env: vars in Run E2E tests, Parse results, Send Teams notification,
Create/Resolve Jira issue steps
- Fix YAML parsing error: replace multi-line DESC heredoc with printf
- Move password secrets from global env: to step-level env: on test step
- Add strict: false frontmatter to allow secrets in pre-agent steps
- Compile e2e-watchdog.lock.yml with gh-aw v0.68.1
Resolves compilation blocker for FR-2559 stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6659(FR-2559)
Summary
Enhance the
e2e-watchdogagentic workflow with structured result parsing, Teams notifications, Jira integration, and configurable triggers.Changes
workflow_dispatchinputs fortest_filterandnotify_teamsArchitecture
All notification steps (Teams, Jira) are implemented as standard GHA
steps:(not agent instructions) because the agenticnetwork:allowlist restricts outbound HTTP from the Copilot agent. Steps run before the agent and have unrestricted network access.Post-merge action required
.lock.ymlmust be recompiled after merge:Test plan
test_filter: @smoke— verify only smoke tests runnotify_teams: false— verify Teams notification is skippedATLASSIAN_*secrets)TEAMS_WEBHOOK_URLorATLASSIAN_*secrets are not configured🤖 Generated with Claude Code