Project Key Patterns with invalid characters

Still need help?

The Atlassian Community is here for you.

Ask the community

This is an extension of Configuring Project Keys. Please try the process outlined there first.

(info) You need to be on JIRA 6.1.x and above to be able to change existing project keys.

Resolution

This process is how to set your project key pattern when you run into a case where you have an invalid character.

  1. Shutdown JIRA
  2. Open your <JIRA-home>/jira-config.properties file

    If you do not have that file already, you will need to create one (Configuring Advanced Settings)

  3. Add the following line into that file

    jira.projectkey.pattern = ([A-Z][A-Z]+)
    tip/resting Created with Sketch.

    The default project pattern is defined above. Please replace with your desired project key pattern.

  4. Start JIRA
Last modified on Nov 12, 2018

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.