Quickly create a bug report in Jira with proper categorization.
Creates Jira bug reports with proper categorization, severity, and environment details.
/plugin marketplace add marcel-Ngan/ai-dev-team/plugin install marcel-ngan-ai-dev-team@marcel-Ngan/ai-dev-teamQuickly create a bug report in Jira with proper categorization.
/bug "Brief description of the bug"
Or interactive mode:
/bug
/bug "Login fails with special characters in password"
/bug "Dashboard charts not loading on Safari"
/bug "API returns 500 on concurrent requests"
Captures bug details:
Creates Jira bug with:
Suggests related issues if similar bugs exist
## Bug Created
**Ticket:** [PROJECT-456](link)
**Summary:** Login fails with special characters in password
**Severity:** High
**Priority:** P2
**Component:** Authentication
**Details:**
- **Steps:** Enter password with special chars (!@#), click Login
- **Expected:** User logs in successfully
- **Actual:** Error "Invalid credentials" displayed
**Environment:**
- Browser: Chrome 120
- OS: macOS 14.2
**Related Issues:**
- PROJECT-234 (similar auth issue - closed)
Would you like to:
- Add screenshots?
- Link to a story?
- Assign to developer?
jira-bug-management
Use the QA Engineer agent when:
/bugGenerate a comprehensive bug fix plan with root cause analysis. Use when you have a bug to investigate before implementing a fix.