Hi,
I've had a request to change the name of a Jira project.
Seems simple enough but is there any possible issues that would generate? There are associated issues with the project so I'm worried about the key. Should that stay the same?
Thanks!
Changing the Project Name does not automatically affect the Project Key. You can change the name without changing the Key.
I generally advise against changing the Key unless there is a truly compelling reason to change it. If you do change the key you should note that the original key cannot be re-used for a different project.
No, you won't hit problems, unless you have configured something that looks up the project by name (which is generally a bad idea, the key is a better way to do it, or ideally the project ID, as that can't change)
The project's name is a simple attribute, stored when you create the project, and looked up by any code that wants to display it. If you edit it, the code that wants to display it will re-read it when it needs it. Nothing else really uses it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually, the ways that filters (JQL) use the project field renaming a project DOES HAVE AN IMPACT.
If your filters use project = "Test Project" , now you update the name to "Project", the filters will not automatically update and WILL NOT return any results.
This anything using JQL including automations, dashboards, and integrations.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.