Tracker: Bugs

5 Bug IDs should allow alphanumerics - ID: 2884717
Last Update: Comment added ( 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.


Adrian Price ( adrianprice ) - 2009-10-23 07:07:03 PDT

5

Open

None

Nobody/Anonymous

None

None

Public


Comment ( 1 )

Date: 2009-11-01 19:31:54 PST
Sender: sitsProject Admin

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.



Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.