页面树结构

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 'Filter result' gadget to dashboard, choose the filter created in step 1. 

 

  • 无标签