Bug IDs should allow alphanumerics
Brought to you by:
sits
Codestriker erroneously enforces a pure numeric format for bug identifiers. This prevents it from integrating with issue trackers which use an alhpanumeric issue ID, such as JIRA for which issue IDs have the format: <PROJ>'-'<NUMBER>, e.g., FORM-325, SERVER-169, TST-82 etc.
Either allow unrestricted alphanumeric bug_ids input or provide a configurable regex property.
This is a good point - this stuff was written long before JIRA was on the scene. I'll just about to release 1.9.10, but this should be fixed in 1.9.11. It would be easy to fix yourself in the interim though - just update _untaint_bug_ids() in Codestriker/Http/Input.pm.