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.
Nobody/Anonymous
None
None
Public
|
Date: 2009-11-01 19:31:54 PST This is a good point - this stuff was written long before JIRA was on the |