Is there a way to retire or disable old Crucible projects without deleting them? I want restructure our projects without losing the review history tied to the old projects names.
Hi Eddie,
The example REST was introduced in Crucible 3.5 REST Admin API, so you will have to do it manually via the Administration Project Schemes and Project screens.
The REST Admin API in 2.10 was quite minimal: https://docs.atlassian.com/fisheye-crucible/2.10.0/wadl/fecru.html
mac
Hi Maciej,
Thanks for the quick response and solution.
To answer your question for clarity, I would like to allow the users to still be able to view the reviews, but not be able to create new reviews. I am planning on creating new projects that users should use going forward once the old projects are retired. I would not want them to need to see or select those old projects when creating a new review, only new active projects.
I will try your suggestion to change the permission scheme. I'm not very familiar with the REST API, but can run a few tests by manually changing the permission schemes. Is there documention on the REST API that I can download or view. We are running version 2.10.4.
Thanks,
Eddie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Eddie,
What exactly would you like to achieve by disabling the project?
Both scenarios above could be achieved by creating a custom permission scheme for "old projects".
Note: if you have many "old projects" you can modify the permission scheme via REST:
PUT /rest-service-fecru/admin/projects/{key} {"permissionSchemeName" : "old_project_ps"}
mac
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.