You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parseIssueId regex was too restrictive and rejected valid issue IDs
that start with numbers (e.g., "3R-AUTOMATION-SYSTEM-3"). Updated the
regex to accept alphanumeric characters at the start of project codes.
Also cleaned up duplicate tests while ensuring comprehensive coverage of
all valid and invalid formats.
Fixes MCP-SERVER-E9E
Refs #317
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments