I'm developing a Crucible plugin to generate reports using the Crucible Java Plugin APIs.
One limitation I'm noticing is that it doesn't seem to be possible to get the Time Spent fields from either the REST or Java APIs for the Author or Moderator of a review. I can get the Time Spent for reviewers by calling ReviewerData.getTimeSpent.
I tried calling DetailedReviewData.getAuthor() and casting the UserData to a ReviewerData but the cast fails. Similarly calling DetailedReviewData.getModerator() and casting to a ReviewerData fails.
Is there a way to get Time Spent for the author or moderator that I'm missing in the plugin APIs?
The API doesn't supply this information at present. I've raised this issue: https://jira.atlassian.com/browse/CRUC-6164 to add that data to the API.
Please watch that issue to be informed when it has been implemented.
Was there ever a resolution to this issue?
What is the latest status? Is there a forecast for resolution?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It has been 2 years since the issue was raised, but it doesn't seem to be resolved yet. Is this in the development path of Crucible API anytime soon?
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.