页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。
注意

你不能直接在面板上使用 ‘分配给我的’ 小工具来让等待审批的用户看到需要处理的事项。

 

不过你可以参考下面的方法,将 ‘等待我审批的事项’ 列示在JIRA面板上。

Because of JIRA limitation, you can't find the 'Waiting for Approve' issues by using 'Assigned to me' gadget.

You can follow below method to show 'Waiting for Approve' issues on the JIRA dashboard.

  1. From Issues > Search for issues, use JQL as below. 在 问题 > 搜索问题中,输入下面的JQL搜索语句:

    代码块
    Approver = currentUser() and status = "Waiting for Approve"

    上述 ‘待审批人员’ 为 必要配置 中创建的自定义字段。包括‘等待审批’ 的状态等名称可以根据实际情况修改。

  2. 保存过滤器,并输入过滤器名称,例如:等待我审批的事项
  3. 将过滤器分享给所有用户或相关的角色用户。
  4. Approver is a custom field created in field configuration. All the status including 'Waiting for Approve' can be customized according to actual requirements. 

  5. Save the filter and name it as you like, for example, ' Issues waiting for my approval'. 
  6. Share the filter with everyone or relevant project roles. 
  7. Add gadget from dashboard and select 'Filter result' gadget, choose the filter we just created in step 1. 在面板中插入小工具 - 显示保存的过滤器,并选择上面保存的过滤器