Delete reviews created by disabled users
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
If you need to delete reviews from users that are no longer active on your system please follow these steps:
Go to Crucible administration.
Go to Groups.
Create a group with administration rights.
Add users to this group.
Add this group to the Permission schemes on you project.
These users will have rights to edit the review, so it can be deleted via UI.
Alternatively you may use REST API for this, sending a DELETE request to http://{HOSTNAME}/{CONTEXT}/rest/api/latest/rest-service/reviews-v1/{ID}.
Was this helpful?