Hi
I am on crucible 2.7
I want to extract the list of defects and their current status, and reviewer name who raised it. I am not sure if we have any report which captures this information.
Rahul
Hello Rahul,
Maybe you can try to use this Crucible REST API:
http://localhost:8060/rest-service/reviews-v1/details
It will show, among other things, the review ID, who is the creator, who is the moderator and its state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.