Uploaded image for project: 'Crucible'
  1. Crucible
  2. CRUC-6529

REST API to extract the time spent on review

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      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.

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

                Created:
                Updated: