Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.

The changing of project keys is not covered by Atlassian Support and is considered to be risky as this involved manually manipulating raw .xml data. If you are not feeling confident with the procedures laid out in this guide please contact one of our Atlassian Experts for further advice on how to go about these changes. More options on this can be found here.

It is not currently possible to change the project key through JIRA's interface. The best way to do this is to:

  1. Export your JIRA data to XML.
  2. Go through the file and replace the instances of the project's key:
    • in the 'key' attribute of the Project entity
    • in the 'key' attribute of all Issue entities.
  3. Search for the project key in the whole XML file. You should not find too many references. Change any that you find.
  4. Rename all attachment folders, as the folder name depends on the project key. This includes one folder for each issue with an attachment, plus one top-level folder for the project.
  5. Reimport your data.
  6. Reindex the data by navigating to Administration -> System -> Indexing and selecting 'Re-Index'.
  • ラベルなし