Skip to content

fix: allow issue IDs to start with numbers #365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged

fix: allow issue IDs to start with numbers #365

merged 1 commit into from
Jul 9, 2025

Conversation

dcramer
Copy link
Member

@dcramer dcramer commented Jul 9, 2025

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

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

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.89%. Comparing base (74abebb) to head (0cf6d8c).
Report is 8 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #365      +/-   ##
==========================================
+ Coverage   59.69%   59.89%   +0.20%     
==========================================
  Files          78       77       -1     
  Lines        6634     6635       +1     
  Branches      493      512      +19     
==========================================
+ Hits         3960     3974      +14     
+ Misses       2674     2661      -13     
Flag Coverage Δ
evals ?
unittests 59.89% <100.00%> (+0.45%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dcramer dcramer merged commit 04445c8 into main Jul 9, 2025
13 checks passed
@dcramer dcramer deleted the fix-issue-ids branch July 9, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant