zoukankan      html  css  js  c++  java
  • Reviewboard用户指南(6.4)——Issue Tracking

    Issue Tracking

    New in version 1.6.

    When reviewing code or other files, some comments are more critical than others. The reviewer may just have a question or suggest something optional, but they may also have a critical issue that must be resolved before the change can be submitted.

    Issue tracking enables reviewers to specify that their comment refers to a defect in the code or file that must be resolved. The owner of the review request will be able to see that issues were filed, and can resolve or discard them one-by-one. This is a faster alternative to replying to each comment with “Fixed.”

    Opening Issues

    Comment dialogs contain an Open an issue checkbox. Comments with this checkbox checked will be filed as an open issue.

    ../../../_images/comment-box.png

    This checkbox is available when reviewing diffsimages, and other kinds of file attachments.

    By default, Open an issue is checked for new comments.

    The checkbox can also be toggled by pressing Alt-I.

    Responding to Issues

    The owner of the review request will see extra buttons on the issue banners below the comment in the reviews for any issues that are opened. These buttons allow for quickly marking issues as either resolved or discarded.

    ../../../_images/open-issue.png

    Clicking Fixed will mark that particular issue as fixed, letting other reviewers see that you’ve taken care of the issue.

    Clicking Drop will drop that issue. This signals to the reviewers that either their comment didn’t make sense for one reason or another, or that there’s a disagreement about the issue. Generally, this should be followed up with a comment.

    ../../../_images/closed-issue.png../../../_images/dropped-issue.png

    Issues that are unintentionally closed one way or another can be re-opened by clicking Re-open.

    重要特性:

    Review的发起人可以“Fixed”,“Drop”,“Re-open”一个Issue。

    Summary Table

    On the reviews page below the description is a table which lists all of the issues found in reviews.

    ../../../_images/issue-summary.png

    Clicking the Status drop-down will allow you to choose between OpenDroppedResolved, or All issues. Clicking the From drop-down will allow you to filter the list by individual reviewers. Clicking on a row will jump to the comment.

    重要特性:

    不同状态的Issue,背景色不同。

  • 相关阅读:
    二、魔法函数
    Metaclasses
    一、python中的一切皆对象
    三、鸭子类型
    SQL进行排序、分组、统计的10个新技巧
    输入地址栏可以编辑页面的js
    项目开发中常用JS表单取值方法
    [导入]通用的分页存储过程
    107个常用Javascript语句
    [导入]事务处理
  • 原文地址:https://www.cnblogs.com/zhangqingsh/p/3106016.html
Copyright © 2011-2022 走看看