JIRA 4.0 : Configuring Project Keys
This page last changed on May 10, 2009 by rosie@atlassian.com.
JIRA provides the ability to specify the format of project keys within the system. This is achieved by defining a regular expression 'rule' that governs the valid project key format. Project Key PatternThrough the property jira.projectkey.pattern, the administrator can specify a Perl5 regular expression defining the rule for a valid project key. This property can be found in the jira-application.properties file. During project creation, the user must specify a project key that conforms to this rule. JIRA prepends the regular expression specified with '^' and closes it with '$' for an exact matching rule within the system. The project key must only be allowed to contain ASCII characters, as it is used in HTTP GET requests. Editing the key patternThis can be done by editing jira-application.properties. You will then need to restart JIRA (JIRA Standalone) or rebuild the JIRA webapp and redeploy in your app server. Project Key DetailsThe jira-application.properties file also contains the following properties:
|
![]() |
Document generated by Confluence on Oct 06, 2009 00:25 |