Project Replacement at Hierarchies via REST API
🔄 Project Replacement via REST API
As part of this release, a new REST endpoint is available to help you replace the project in a specific hierarchy:
http://<customer-domain>/rest/smartissuetemplates/1.0/hierarchy/3/replace-project?newProjectId=5
Here:
3
is the ID of the hierarchy you want to update.5
is the ID of the new project you'd like to assign.
You can simply run this URL in a browser (or via a REST client) to trigger the project replacement.
⚠️ Important Note:
While the REST call will replace the project, it does not automatically update the issue types inside the hierarchy. This step still needs to be done manually through the hierarchy editor to ensure that issue types are correctly aligned with the new project configuration.
If you have any questions or need help with this process, feel free to reach out. We're happy to assist you.