页面树结构

版本比较

标识

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

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. 

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

    Approver is a custom field created in field configuration. All the status including 'Waiting for Approve' can be customized according to actual requirements. 

  2. Save the filter and name it as you like, for example, ' Issues waiting for my approval'. 
  3. Share the filter with everyone or relevant project roles. 
  4. Add gadget from dashboard and select 'Filter result' gadget gadget to dashboard, choose the filter we just created in step 1.