-
Suggestion
-
Resolution: Won't Fix
-
None
Currently the regular expression defining valid project keys is defined in WEB-INF/classes/jira-application.properties:
jira.projectkey.pattern = ([A-Z][A-Z]+)
Since:
- quite a few people want to edit this
- once edited, data won't work properly in JIRA instances with the default regexp
we should store this regexp in the database, and make it editable through the web interface.
- relates to
-
JRASERVER-11798 Make project key editable
- Closed