You can rename projects, folders, and assets without losing references to objects that they use.
For example, if an asset named mt_ResolveClientList uses an asset named m_RegionToMainList, you can rename the mt_ResolveClientList asset to mt_ClientList and it will still reference the m_RegToMainList asset.
You can't use control characters or the following special characters
in project, folder, asset, or tag names:
# ? ' | { } " ^ & [ ] / \
On the
Explore
page, navigate to the object that you want to rename.
If your organization has enabled source control, check out the object that you want to rename.
To rename an asset, in the row that contains the asset, click
Actions
and select
Rename
.
To rename a project or folder, in the row that contains the project or folder, click
Actions
and select
Properties
.
Enter the new name and click
Save
.
You can't use the same name as another object that is in the same folder.
If the object was checked out, check in the object so that the change is reflected in the Git repository.