-
Suggestion
-
Resolution: Answered
-
None
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
It would be nice to be able to change the spaceKey structure. For the moment, the key is only composed by [a-zA-Z0-9]
I'm interested to use - or _
It is possible in JIRA by changing the jira-application.properties file:
- If you wish to have alphaNumeric project keys, use the pattern: ([A-Z][A-Z0-9]+)
jira.projectkey.pattern = ([a-zA-Z0-9_-]*)
- is related to
-
CONFSERVER-8800 Change the spaceKey pattern
- Closed