-
Suggestion
-
Resolution: Unresolved
Nowadays it is necessary to access each review a user is a participant of in order to sum the time spent on each review.
It would be great to have a report that would show the total amount of time spent by each user, or by a specific user, over specific time periods.
This query might help:
SELECT i.cru_proj_key, i.cru_number, u.cru_user_name, SUM(p.cru_time_spent) AS time_spent FROM cru_review_participant p, cru_user u, cru_review r, cru_revpermaid i WHERE p.cru_user = u.cru_user_id AND p.cru_review_id = r.cru_review_id AND i.cru_review_id = r.cru_review_id GROUP BY i.cru_proj_key, i.cru_number, u.cru_user_name;
Hi everyone,
We have recently reviewed this issue and the overall interest in the problem. As the issue hasn't collect votes, watchers, comments, or support cases from many customers during its lifetime, it's very low on our priority list, and will not be fixed in the foreseeable future. That's why we've decided to resolve it as Not Being Considered.
Although we're aware the issue is still important to those of you who were involved in the conversations around it, we want to be clear in managing your expectations. The Fisheye&Crucible team is focusing on issues that have broad impact and high value, reflected by the number of comments, votes, support cases, and customers interested. Please consult the Implementation of New Features Policy for more details.
We understand how disappointing this decision may be, but we hope you'll appreciate our transparent approach and communication. Atlassian will continue to watch this issue for further updates, so please feel free to share your thoughts in the comments.
Kind regards
Marek Parfianowicz
Development Team Lead