REST API to extract the time spent on review

XMLWordPrintable

      Need REST API to extract the time spent on a review

      Workaround:
      Use SQL command:

      SELECT b.cru_proj_key,b.cru_number,c.cru_user_name,a.cru_time_spent FROM cru_review_participant a, cru_revpermaid b, cru_user c WHERE a.cru_review_id=b.cru_review_id AND a.cru_user=c.cru_user_id;
      

      where 'cru_time_spent' is in milliseconds.

            Assignee:
            Unassigned
            Reporter:
            Foong (Inactive)
            Votes:
            8 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: