Wiki

Case Status Kiln
Register Log In

Wiki

 
Review Records
  • RSS Feed

Last modified on 5/7/2015 2:49 PM by User.

Tags:

Review Records

The Review Record (API 2.0)

  • sReview: a unique review identifier, which will be one of two formats:
    • a string containing a positive integer (e.g. "2" or "500"), corresponding to the FogBugz case number of this review 
    • "K" followed by a positive integer (e.g. "K2" or "K500"), identifying a review that does not have a FogBugz case
  • ixRepos: the non-deleted repositories containing all the changesets in the review
  • sStatus: the status of the review, one of "approved", "rejected", "abandoned", "needswork", or "active"
  • sTitle: the current title of the review
  • reviewers: a list of person records for the review's reviewers

The Review Record with Changesets (API 2.0)

Contains all the keys of the review record in addition to:
  • changesets: a list of all the changeset records that currently belong to the review
Return to Reviews (API 2.0).
 

The Review Record (API 1.0)

  • ixReview: a unique review identifier that also doubles as the FogBugz case number for usage in the FogBugz API
  • ixRepo: the repository to which the review belongs
  • personOpened: the person record of the person who opened the review
  • personAssigned: same but for the person who is currently assigned to the review
  • personResolved: same but for the person who resolved the review
  • sStatus: the status of the review, one of "approved", "rejected", "needswork", or "active". Until the reviewers agree on a unanimous status, the review will show up as "active".
  • sTitle: the current title of the review
  • fOpen: true if the review is currently opened, false otherwise
  • reviewers: a list of person records for the review's reviewers (Kiln 2.4.101 and higher only)

The Review Record with Changesets (API 1.0)

Contains all the keys of the review record in addition to:

  • changesets: a list of all the changeset records that currently belong to the review

Return to Reviews (API 1.0).