Issue Tracking (Jira & GitHub)
Auto-create Jira tickets or GitHub Issues when tests fail. Link test results to issues for traceability.
Issue Tracking (Jira & GitHub Issues)
Automatically create issues in Jira or GitHub when tests fail. Failed test details, screenshots, and reproduction steps are included in each issue.
Jira Integration
Setup
- Go to Project → Integrations → Jira
- Enter your Jira instance URL (e.g.,
https://yourteam.atlassian.net) - Enter your email and API token (generate here)
- Set the project key (e.g.,
QA) and issue type (e.g.,Bug) - Click Test Connection to verify
- Enable the integration
What Gets Created
When a test fails, AegisRunner creates a Jira issue with:
- Summary: test name and page URL
- Description: failure details, expected vs actual, step that failed
- Screenshot attachment (if available)
- Labels:
aegisrunner,automated-test - Link back to the test run in AegisRunner
GitHub Issues Integration
Setup
- Go to Project → Integrations → GitHub
- Enter a Personal Access Token with
reposcope - Enter the repository (e.g.,
owner/repo) - Click Test Connection
- Enable the integration
GitHub Commit Status
When enabled, AegisRunner posts commit status checks (pending/success/failure) to your GitHub PRs. This integrates with GitHub's branch protection rules.
De-duplication
AegisRunner checks for existing open issues before creating new ones. If the same test has already created an issue that is still open, no duplicate is created.
Plan Availability
Jira: Pro+. GitHub Issues: Starter+. GitHub commit status: Starter+.