Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate custom review reports in Crucible

nagesh dangeti
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 15, 2022

We are looking for crucible review reports which provide the data in below format

Review Id , Owner, Review Created Date, Reviewer Name, Review Completed Date, Review Closed Dat, No of Comments

 

What is the way to generate this custom report

1 answer

0 votes
Martin Runge
Community Champion
July 19, 2026

Hi @nagesh dangeti

Welcome to the Atlassian community!

Crucible has no built-in report builder for that exact column set, so I would pull it from the REST API and export to CSV yourself. Hit rest-service/reviews-v1/filter/allOpenReviews (or a custom filter) to list reviews, then call reviews-v1/{reviewId}/details for each to get the reviewer names, dates, and comment count.

A simple script from Claude or your preferred tool running these two endpoints provides the Review ID, Owner, created date, reviewers, completed, closed status, and total comments in a single file.

Cheers,
Martin

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events